vp-build/srcpkgs/hosts-update/template

18 lines
473 B
Bash

# Template file for 'hosts-update'
pkgname=hosts-update
version=1.37
revision=1
noarch=yes
build_style=gnu-makefile
short_desc="Updates /etc/hosts with the mvps blocklist"
maintainer="Renato Aguiar <contact@renatoaguiar.org>"
depends="bash curl"
license="MIT"
homepage="https://github.com/graysky2/hosts-update"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum="aee3e537b85f9300761a543345f3a6331b07c8f2cd42511a01e9c008c6379859"
post_install() {
vlicense MIT
}