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

Ivy Foster escondida at archlinux.org
Sun Dec 23 23:56:53 UTC 2018


    Date: Sunday, December 23, 2018 @ 23:56:52
  Author: escondida
Revision: 417681

archrelease: copy trunk to community-x86_64

Added:
  hitch/repos/community-x86_64/
  hitch/repos/community-x86_64/PKGBUILD
    (from rev 417680, hitch/trunk/PKGBUILD)

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

Copied: hitch/repos/community-x86_64/PKGBUILD (from rev 417680, hitch/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2018-12-23 23:56:52 UTC (rev 417681)
@@ -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