17 lines
453 B
Bash
17 lines
453 B
Bash
# Template file for 'hosts-update'
|
|
pkgname=hosts-update
|
|
version=1.38
|
|
revision=1
|
|
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="9a0fdb028beaf9fa4c2ec5f1a0030fcfe1a996ea42b874b944ec07885ca0f2ba"
|
|
|
|
post_install() {
|
|
vlicense MIT
|
|
}
|