From 28475aa943148c605af8af10a1bb10dad7f64e8c Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 28 Jan 2017 20:18:57 -0500 Subject: add ~lukeshu/httpconnectd-git --- ~lukeshu/httpconnectd-git/PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 ~lukeshu/httpconnectd-git/PKGBUILD (limited to '~lukeshu') diff --git a/~lukeshu/httpconnectd-git/PKGBUILD b/~lukeshu/httpconnectd-git/PKGBUILD new file mode 100644 index 000000000..fe95afb1f --- /dev/null +++ b/~lukeshu/httpconnectd-git/PKGBUILD @@ -0,0 +1,36 @@ +# Maintainer: Luke Shumaker + +_pkgname=httpconnectd +pkgname=$_pkgname-git + +pkgver=20161004 +_gitver='commit=0a9c98e499211e6c291c4188720852bd3823584c' +pkgdesc="An HTTP server that only implements the CONNECT method" +url="https://lukeshu.com/git/httpconnectd/" +license=('WTFPL2') +backup=('etc/httpconnectd/https.conf') + +provides=($_pkgname) +conflicts=($_pkgname) + +pkgrel=1 +arch=('any') + +depends=('socat') + +source=("https://repo.parabola.nu/other/~lukeshu/$_pkgname/$pkgname-$pkgver.tar.gz") +md5sums=('19f0136e2c05e043b5b0b35c15aaf7d9') + +mkdepends=('git') +mksource=("$pkgname-$pkgver::git://lukeshu.com/$_pkgname.git#$_gitver") +mkmd5sums=('SKIP') + +build() { + cd "$srcdir/$pkgname-$pkgver" + make sysconfdir=/etc prefix=/usr +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + make install sysconfdir=/etc prefix=/usr DESTDIR="$pkgdir" +} -- cgit v1.2.3