summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: d53b6abe98fd3244c85765da4d92c01b41410232 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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"
}