Search Criteria
Package Details: update-hosts-git r399.da403b6-1
Git Clone URL: | https://aur.archlinux.org/update-hosts-git.git (read-only, click to copy) |
---|---|
Package Base: | update-hosts-git |
Description: | Generate a hosts file based on multiple sources (git) |
Upstream URL: | https://github.com/pyamsoft/update-hosts.git |
Keywords: | adblock blocker hosts |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | pyamsoft |
Maintainer: | pyamsoft |
Last Packager: | pyamsoft |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2015-09-12 05:29 |
Last Updated: | 2020-12-27 05:45 |
Dependencies (6)
- git (git-git) (make)
- curl (curl-git, curl-minimal-git) (optional) – Default download client
- dnsmasq (dnsmasq-git, pi-hole-ftl) (optional) – Parse hosts as an extra dnsmasq blocklist
- iprange (iprange-git) (optional) – Helper to optimize ipset configuration
- ipset (ipset-git) (optional) – Parse ip address sets as an extra blocklist
- wget (wget-git) (optional) – Optional download client
Latest Comments
sekret commented on 2016-02-06 11:44
Please change the arch line to
arch=('any')
because there are no binaries in this package!
Furthermore you need to add the license to the package. To do this, please add this line to the package() function:
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
One last thing: All the dependencies you list in the depends line are in the base group, therefore they don't have to be included as a dependency, because every Arch user is supposed to have this group installed! :)