Skip to content

Commit

Permalink
link to usr/bin, add license
Browse files Browse the repository at this point in the history
  • Loading branch information
hrfee committed Aug 19, 2020
1 parent cee5489 commit 681d2ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -11,3 +11,4 @@ data/*.txt
dist/*
jfa-go
build/
pkg/
3 changes: 3 additions & 0 deletions PKGBUILD
Expand Up @@ -36,4 +36,7 @@ package() {
make copy
install -d "$pkgdir"/opt
make install DESTDIR="$pkgdir"/opt
mkdir -p "$pkgdir"/usr/bin
ln -s "$pkgdir"/opt/$pkgname/$pkgname "$pkgdir"/usr/bin/$pkgname
install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
}

0 comments on commit 681d2ce

Please sign in to comment.