Working PKGBUILD
Its a little rough but seems to work.
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user