Working PKGBUILD

Its a little rough but seems to work.
This commit is contained in:
Harvey Tindall
2020-08-19 12:25:43 +01:00
parent c778837593
commit 7879fd2581

View File

@@ -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() {