From c9067dd8169e5b317e1a09caed82e3ad5d2d96d6 Mon Sep 17 00:00:00 2001 From: Hervy Qurrotul Ainur Rozi Date: Wed, 9 Mar 2022 07:56:03 +0700 Subject: [PATCH] New package: hblock-3.3.2 --- srcpkgs/hblock/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/hblock/template diff --git a/srcpkgs/hblock/template b/srcpkgs/hblock/template new file mode 100644 index 000000000000..656814eae8fd --- /dev/null +++ b/srcpkgs/hblock/template @@ -0,0 +1,18 @@ +# Template file for 'hblock' +pkgname=hblock +version=3.3.2 +revision=1 +build_style=gnu-makefile +depends="curl" +short_desc="Adblocker that creates a hosts file from multiple sources" +maintainer="Hervy Qurrotul Ainur Rozi " +license="MIT" +homepage="https://github.com/hectorm/hblock" +distfiles="https://github.com/hectorm/${pkgname}/archive/v${version}.tar.gz" +checksum=35bd4af1dbae3b57de6cede6c05f3d4ce25227b33a53358ef47c76a491304eb0 + +do_install() { + make DESTDIR=$DESTDIR prefix=/usr install + + vlicense LICENSE.md +}