summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 461cbd72c0748cbb55c3abeed53af7092a85e938 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: Pad Ster <padspambox at gmail dot com>

pkgname=hostblock-bin
pkgver=1.0.1
pkgrel=1
pkgdesc="Simple terminal interface for blocking websites via the /etc/hosts file. Binary package."
arch=('x86_64')
url="https://github.com/cgag/hostblock"
license=('AGPL')

source=("https://github.com/cgag/hostblock/releases/download/v$pkgver/hostblock")
noextract=("${source[@]%%::*}")
sha256sums=(4c1cff8d565f29d872859013788a4c253cb4e9ad1fe1a1dc7db22fb47c97f483)

package() {
	mkdir $pkgdir/usr
	mkdir $pkgdir/usr/bin
	install hostblock $pkgdir/usr/bin/
}