summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 1bff547e845f0ee8cb02a21973564af556fd51a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: levinit <levinit@outlook.com>
pkgname=adhosts
pkgver=0.5
pkgrel=1
pkgdesc="update blocking ads hosts.更新屏蔽广告的hosts."
arch=(any)
url="https://github.com/levinit/$pkgname"
license=('GPL')
depends=('curl')

source=("https://github.com/levinit/adhosts/archive/refs/heads/main.zip")
md5sums=('22cc147c12809d57e2427652b1c10bbf')

package() {
        cd $srcdir/$pkgname-main/
        install -Dm755 $pkgname "$pkgdir/usr/bin/adhosts"
}