1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2024-06-28 12:27:47 +02:00

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
Signed by: hrfee
GPG Key ID: BBC65952848FB1A2

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