mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-12-22 17:10:10 +00:00
Working PKGBUILD
Its a little rough but seems to work.
This commit is contained in:
parent
c778837593
commit
7879fd2581
3
PKGBUILD
3
PKGBUILD
@ -45,9 +45,8 @@ build() {
|
|||||||
package() {
|
package() {
|
||||||
cd jfa-go
|
cd jfa-go
|
||||||
make copy
|
make copy
|
||||||
|
install -d "$pkgdir"/opt
|
||||||
make install DESTDIR="$pkgdir"/opt
|
make install DESTDIR="$pkgdir"/opt
|
||||||
cp -r "$pkgdir"/opt/$pkgname /opt/$pkgname
|
|
||||||
ln -s /opt/$pkgname/$pkgname /usr/bin/$pkgname
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# check() {
|
# check() {
|
||||||
|
Loading…
Reference in New Issue
Block a user