From c2e77baada5e3f1dfd329a669d2bcf21795f36fd Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Mon, 23 Jan 2023 23:45:48 +0300 Subject: Deleted package: htpdate --- htpdate/PKGBUILD | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 htpdate/PKGBUILD (limited to 'htpdate/PKGBUILD') diff --git a/htpdate/PKGBUILD b/htpdate/PKGBUILD deleted file mode 100644 index bc2db96..0000000 --- a/htpdate/PKGBUILD +++ /dev/null @@ -1,29 +0,0 @@ -# Maintainer: Yigit Sever -# Contributor: Dominik Schrempf -# Contributor: Jonathan Ryan -# Contributor: Hussam Al-Tayeb - -pkgname=htpdate -pkgver=1.3.6 -pkgrel=1 -pkgdesc="HTTP Time protocol" -arch=('i686' 'x86_64') -url="https://github.com/twekkel/htpdate" -license=(GPL2) -depends=('glibc') -source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz" - "htpdate.service") -sha256sums=('3cdc558ec8e53ef374a42490b2f28c0b23981fa8754a6d7182044707828ad1e9' - '2f12bdf0745fbf7c52f465e78b47635fbdc6fa372e63fb94a6063a5f67ff8c8b') - -build() { - cd ${pkgname}-${pkgver} - make -} - -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 -} -- cgit v1.2.3-70-g09d2