void-packages/srcpkgs/hosts-update/template
Đoàn Trần Công Danh db8012aba7 hosts-update: drop noarch
2020-10-21 21:47:57 +07:00

17 lines
453 B
Bash

# Template file for 'hosts-update'
pkgname=hosts-update
version=1.37
revision=3
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
}