simplify pkgbuild

This commit is contained in:
speedie 2023-06-15 22:38:00 +02:00
parent 8039b99cb3
commit 5d1e659a05

View file

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