summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorpyamsoft2015-09-11 22:42:55 -0700
committerpyamsoft2015-09-11 22:46:18 -0700
commit4a1bf01dccb619bae4f6476b2534bee1ce7a8e8a (patch)
treecc39faeacc87c99e3ff3ae2b8fe61e8ad7b0197a /.SRCINFO
downloadaur-4a1bf01dccb619bae4f6476b2534bee1ce7a8e8a.tar.gz
Initial pkgbuild commit
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO22
1 files changed, 22 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..2b101df11153
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,22 @@
+pkgbase = update-hosts-git
+ pkgdesc = Generate a hosts file based on multiple sources (git)
+ pkgver = 1.0.0.git
+ pkgrel = 1
+ url = https://github.com/pyamsoft/update-hosts.git
+ arch = i686
+ arch = x86_64
+ license = MIT
+ makedepends = git
+ depends = coreutils
+ depends = gawk
+ depends = sed
+ depends = grep
+ optdepends = curl: Default download client
+ optdepends = wget: Optional download client
+ provides = update-hosts
+ conflicts = update-hosts
+ source = update-hosts::git+https://github.com/pyamsoft/update-hosts.git#branch=dev
+ sha256sums = SKIP
+
+pkgname = update-hosts-git
+