Working PKGBUILD

Its a little rough but seems to work.
pull/20/head
Harvey Tindall 4 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