[arch-commits] Commit in (hitch hitch/repos hitch/trunk hitch/trunk/PKGBUILD)

Ivy Foster escondida at archlinux.org
Sun Dec 23 23:54:27 UTC 2018


    Date: Sunday, December 23, 2018 @ 23:54:27
  Author: escondida
Revision: 417680

Add PKGBUILD for hitch-1.5.0-1

Added:
  hitch/
  hitch/repos/
  hitch/trunk/
  hitch/trunk/PKGBUILD

----------+
 PKGBUILD |   30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

Added: hitch/trunk/PKGBUILD
===================================================================
--- hitch/trunk/PKGBUILD	                        (rev 0)
+++ hitch/trunk/PKGBUILD	2018-12-23 23:54:27 UTC (rev 417680)
@@ -0,0 +1,30 @@
+# Maintainer: Ivy Foster <code at escondida.tk>
+# Reference: PKGBUILD(5)
+
+pkgname=hitch
+pkgver=1.5.0
+pkgrel=1
+pkgdesc='libev-based high performance SSL/TLS proxy'
+url='https://hitch-tls.org/'
+license=(BSD)
+
+depends=(libev openssl)
+makedepends=(python-docutils)
+
+arch=(x86_64)
+source=("https://hitch-tls.org/source/hitch-$pkgver.tar.gz")
+# sha256sums source: https://hitch-tls.org/source/SHA256SUM
+sha256sums=(0ec254699292f73e419ff279d2834db31026192ef373a91badd82e2dc7154d0b)
+validpgpkeys=(584A3EBFE705CDCD)
+
+build() {
+	cd "hitch-$pkgver"
+	./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
+	make
+}
+
+package() {
+	cd "hitch-$pkgver"
+	make DESTDIR="$pkgdir" install
+	install -D -m 644 LICENSE "$pkgdir/usr/share/licenses/hitch/LICENSE"
+}



More information about the arch-commits mailing list