[arch-commits] Commit in torsocks/repos (2 files)

Felix Yan felixonmars at archlinux.org
Fri Nov 9 21:30:26 UTC 2018


    Date: Friday, November 9, 2018 @ 21:30:26
  Author: felixonmars
Revision: 404658

archrelease: copy trunk to community-staging-x86_64

Added:
  torsocks/repos/community-staging-x86_64/
  torsocks/repos/community-staging-x86_64/PKGBUILD
    (from rev 404657, torsocks/trunk/PKGBUILD)

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

Copied: torsocks/repos/community-staging-x86_64/PKGBUILD (from rev 404657, torsocks/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-11-09 21:30:26 UTC (rev 404658)
@@ -0,0 +1,30 @@
+# Maintainer: Daniel Micay <danielmicay at gmail.com>
+# Contributor: Nicolas Pouillard <nicolas.pouillard at gmail.com>
+# Contributor: Rorschach <r0rschach at lavabit.com>
+
+pkgname=torsocks
+pkgver=2.2.0
+pkgrel=2
+pkgdesc='Wrapper to safely torify applications'
+arch=('x86_64')
+url='https://gitweb.torproject.org/torsocks.git/'
+license=('GPL2')
+depends=('tor')
+makedepends=('git')
+backup=("etc/tor/${pkgname}.conf")
+source=(https://people.torproject.org/~dgoulet/$pkgname/$pkgname-$pkgver.tar.xz{,.asc})
+validpgpkeys=('B74417EDDF22AC9F9E90F49142E86A2A11F48D36')
+md5sums=('512bab466f2c026b3c478dee14861ccb'
+         'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+}



More information about the arch-commits mailing list