Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jfa-go/commit/7879fd258149f520ac3ac82720bbd7cc749cf1c9 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Working PKGBUILD

Its a little rough but seems to work.
pull/20/head
Harvey Tindall 5 years ago
parent c778837593
commit 7879fd2581
No known key found for this signature in database
GPG Key ID: BBC65952848FB1A2

@ -45,9 +45,8 @@ build() {
package() {
cd jfa-go
make copy
install -d "$pkgdir"/opt
make install DESTDIR="$pkgdir"/opt
cp -r "$pkgdir"/opt/$pkgname /opt/$pkgname
ln -s /opt/$pkgname/$pkgname /usr/bin/$pkgname
}
# check() {

Loading…
Cancel
Save