New package: hblock-3.4.0

This commit is contained in:
Hervy Qurrotul Ainur Rozi 2022-03-09 07:56:03 +07:00 committed by Duncan Overbruck
parent 4e150b514e
commit 7326822cc1
1 changed files with 18 additions and 0 deletions

18
srcpkgs/hblock/template Normal file
View File

@ -0,0 +1,18 @@
# Template file for 'hblock'
pkgname=hblock
version=3.4.0
revision=1
build_style=gnu-makefile
depends="curl"
short_desc="Adblocker that creates a hosts file from multiple sources"
maintainer="Hervy Qurrotul Ainur Rozi <hervyqa@proton.me>"
license="MIT"
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
vlicense LICENSE.md
}