summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-07-05 03:48:37 +0300
committerDimitris Kiziridis2020-07-05 03:48:37 +0300
commit7ba51b1c47a89fdb08f8b4afc1dbf147a082cc16 (patch)
tree364216cf2abb063ac9fecbd4ead2fc162d937c9c /PKGBUILD
downloadaur-autohosts.tar.gz
Initial commit
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD18
1 files changed, 18 insertions, 0 deletions
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