[arch-commits] Commit in (5 files)

Federico Cinelli cinelli at nymeria.archlinux.org
Sun Nov 17 09:35:20 UTC 2013


    Date: Sunday, November 17, 2013 @ 10:35:20
  Author: cinelli
Revision: 101103

envoy moved to community

Added:
  envoy/
  envoy/repos/
  envoy/trunk/
  envoy/trunk/.lock
  envoy/trunk/PKGBUILD

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

Added: envoy/trunk/.lock
===================================================================
Added: envoy/trunk/PKGBUILD
===================================================================
--- envoy/trunk/PKGBUILD	                        (rev 0)
+++ envoy/trunk/PKGBUILD	2013-11-17 09:35:20 UTC (rev 101103)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Federico Cinelli <cinelli at aur.archlinux.org>
+
+pkgname=envoy
+pkgver=5
+pkgrel=1
+pkgdesc="A ssh-agent/gpg-agent keychain and process monitor"
+arch=('i686' 'x86_64')
+url="http://github.com/vodik/envoy"
+license=('GPL')
+depends=('openssh' 'systemd')
+optdepends=('gnupg: gpg-agent support')
+makedepends=('ragel')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/vodik/$pkgname/archive/v$pkgver.tar.gz"
+        "clique.tar.gz::https://github.com/vodik/clique/archive/v0.1.tar.gz")
+md5sums=('feee9b1a0eed31360324ea868d081801'
+         '8c4f3fd488fc8f92196a8aa42ac9567e')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  rm -fr clique
+  ln -s ../clique-0.1 clique
+}
+
+build() {
+  make -C "$pkgname-$pkgver"
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}/
+
+# vim: ft=sh syn=sh et


Property changes on: envoy/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list