hblock: remove unnecessary PREFIX=, clean up

This commit is contained in:
classabbyamp 2022-08-22 15:34:54 -04:00
parent e7b3cdf254
commit 8bdc3d13ee
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5
1 changed files with 1 additions and 3 deletions

View File

@ -11,8 +11,6 @@ homepage="https://github.com/hectorm/hblock"
distfiles="https://github.com/hectorm/${pkgname}/archive/v${version}.tar.gz"
checksum=762dbe5f2a0ea84078b194190f4fb51b9fe3e6ef043c1899fdda6a083328225f
do_install() {
make DESTDIR=$DESTDIR prefix=/usr install
post_install() {
vlicense LICENSE.md
}