hosts-update: remove package

Deprecated and obsolete:
https://github.com/graysky2/hosts-update
This commit is contained in:
dogknowsnx
2026-02-03 08:07:28 -05:00
committed by Andrew J. Hesford
parent 111a055fd2
commit c41efda78f
2 changed files with 0 additions and 28 deletions
@@ -1,12 +0,0 @@
diff -ru a/Makefile b/Makefile
--- a/Makefile 2015-09-09 07:54:02.000000000 -0700
+++ b/Makefile 2015-11-23 02:32:22.886247897 -0800
@@ -26,7 +26,7 @@
install -Dm644 doc/$(PN).1 "$(DESTDIR)$(MANDIR)/$(PN).1"
gzip -9 "$(DESTDIR)$(MANDIR)/$(PN).1"
-install: install-bin install-man install-systemd
+install: install-bin install-man
install-systemd:
$(Q)echo -e '\033[1;32mInstalling systemd files...\033[0m'
-16
View File
@@ -1,16 +0,0 @@
# 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
}