summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-07-05 03:48:37 +0300
committerDimitris Kiziridis2020-07-05 03:48:37 +0300
commit7ba51b1c47a89fdb08f8b4afc1dbf147a082cc16 (patch)
tree364216cf2abb063ac9fecbd4ead2fc162d937c9c
downloadaur-autohosts.tar.gz
Initial commit
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD18
2 files changed, 32 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..ea79ff149150
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,14 @@
+pkgbase = autohosts
+ pkgdesc = Automate hosts file updates on Linux and MacOS. Block Firefox telemetry, Google snooping and web trackers at the root
+ pkgver = 3.0.1
+ pkgrel = 1
+ url = https://github.com/angela-d/autohosts
+ arch = any
+ license = GPL2
+ makedepends = tar
+ depends = bash
+ source = autohosts-3.0.1.deb::https://github.com/angela-d/autohosts/releases/download/3.0.1/autohosts.deb
+ sha256sums = e3016fd00d9cf4cca44e7e7c435f5f6ec1526d043567408ab8593da42fda701a
+
+pkgname = autohosts
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..d53b6abe98fd
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,18 @@
+# Maintainer: Dimitris Kiziridis <ragouel at outlook dot com>
+
+pkgname=autohosts
+pkgver=3.0.1
+pkgrel=1
+pkgdesc="Automate hosts file updates on Linux and MacOS. Block Firefox telemetry, Google snooping and web trackers at the root"
+arch=('any')
+url='https://github.com/angela-d/autohosts'
+license=('GPL2')
+depends=('bash')
+makedepends=('tar')
+source=("${pkgname}-${pkgver}.deb::https://github.com/angela-d/autohosts/releases/download/${pkgver}/autohosts.deb")
+sha256sums=('e3016fd00d9cf4cca44e7e7c435f5f6ec1526d043567408ab8593da42fda701a')
+
+package() {
+ tar xvf data.tar.xz -C "${pkgdir}/"
+ rm "${pkgdir}/usr/share/doc/autohosts/copyright"
+} \ No newline at end of file