# Maintainer: Yigit Sever # Contributor: Dominik Schrempf # Contributor: Jonathan Ryan # Contributor: Hussam Al-Tayeb pkgname=htpdate pkgver=2.0.0 pkgrel=1 pkgdesc="HTTP Time protocol" arch=('i686' 'x86_64') url="https://github.com/twekkel/htpdate" license=('GPL-2.0-or-later') depends=('glibc' 'openssl') source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz" "htpdate.service") sha256sums=('52f25811f00dfe714e0bcf122358ee0ad74e25db3ad230d5a4196e7a62633f27' '2f12bdf0745fbf7c52f465e78b47635fbdc6fa372e63fb94a6063a5f67ff8c8b') build() { cd ${pkgname}-${pkgver} make https } package() { install -D -m644 htpdate.service ${pkgdir}/usr/lib/systemd/system/htpdate.service cd ${pkgname}-${pkgver} install -D -m755 htpdate ${pkgdir}/usr/bin/htpdate install -D -m644 htpdate.8 ${pkgdir}/usr/share/man/man8/htpdate.8 }