[arch-commits] Commit in (4 files)

Felix Yan felixonmars at archlinux.org
Thu Dec 29 14:11:49 UTC 2016


    Date: Thursday, December 29, 2016 @ 14:11:48
  Author: felixonmars
Revision: 203280

addpkg: libqtshadowsocks 1.10.0-2

Added:
  libqtshadowsocks/
  libqtshadowsocks/repos/
  libqtshadowsocks/trunk/
  libqtshadowsocks/trunk/PKGBUILD

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

Added: libqtshadowsocks/trunk/PKGBUILD
===================================================================
--- libqtshadowsocks/trunk/PKGBUILD	                        (rev 0)
+++ libqtshadowsocks/trunk/PKGBUILD	2016-12-29 14:11:48 UTC (rev 203280)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: yk <yk at archlinuxcn dot org>
+
+pkgname=libqtshadowsocks
+pkgver=1.10.0
+pkgrel=2
+pkgdesc="A lightweight library for shadowsocks."
+arch=("i686" "x86_64")
+url="https://github.com/shadowsocks/libQtShadowsocks"
+license=("GPL")
+depends=('qt5-base' 'botan')
+makedepends=('git')
+source=("https://github.com/shadowsocks/libQtShadowsocks/archive/v$pkgver.tar.gz")
+sha256sums=("67d2f9d3fa0e8e22e1d7fd1c850177a2d601f9c467fc024c0ba11eaedcef6279")
+
+build() {
+  cd libQtShadowsocks-$pkgver
+  qmake INSTALL_PREFIX=/usr BOTAN_VER=1.11
+  make
+}
+
+package() {
+  cd libQtShadowsocks-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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



More information about the arch-commits mailing list