17 lines
490 B
Bash
17 lines
490 B
Bash
# 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
|
|
|
|
post_install() {
|
|
vlicense LICENSE.md
|
|
}
|