17 lines
466 B
Bash
17 lines
466 B
Bash
# Template file for 'hosts-update'
|
|
pkgname=hosts-update
|
|
version=1.37
|
|
revision=2
|
|
archs=noarch
|
|
build_style=gnu-makefile
|
|
depends="bash curl"
|
|
short_desc="Updates /etc/hosts with the mvps blocklist"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/graysky2/hosts-update"
|
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
|
checksum="aee3e537b85f9300761a543345f3a6331b07c8f2cd42511a01e9c008c6379859"
|
|
|
|
post_install() {
|
|
vlicense MIT
|
|
}
|