cleanup pkgbuild

This commit is contained in:
speedie 2023-06-15 22:37:31 +02:00
parent 2342c3cf72
commit 0d18c84986

View file

@ -38,8 +38,5 @@ validpgpkeys=()
package() {
cd "$pkgname-$pkgver"
}
install() {
make PREFIX="${pkgdir}/usr" install
install -Dm755 ${pkgname} "${pkgdir}"/usr/bin/${pkgname}
}