summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 41c680ab0b3ae7d05ee2ea79f2c3b778302c673b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: Bert Peters <bert@bertptrs.nl>
pkgname=netctl-dispatcher-chrony
pkgver=0.1.1
pkgrel=2
pkgdesc="A netctl dispatcher script for chrony"
arch=('any')
url="https://github.com/bertptrs/netctl-dispatcher-chrony"
license=('MIT')
depends=('netctl' 'wpa_actiond' 'chrony')
source=("https://github.com/bertptrs/$pkgname/archive/v$pkgver.tar.gz")
sha256sums=('68e8b0027e89fcc21d19b0780b4d914e81a7e39fa6976b113f2db0168a5327f4')

package() {
	cd "$srcdir/$pkgname-$pkgver"
	install -D LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
	install -D -m 755 chrony-dispatcher "$pkgdir/etc/netctl/hooks/chrony-dispatcher"
}