[arch-commits] Commit in libqtshadowsocks/repos (4 files)
Felix Yan
felixonmars at archlinux.org
Sun Aug 20 18:17:51 UTC 2017
Date: Sunday, August 20, 2017 @ 18:17:50
Author: felixonmars
Revision: 252774
archrelease: copy trunk to community-testing-i686, community-testing-x86_64
Added:
libqtshadowsocks/repos/community-testing-i686/
libqtshadowsocks/repos/community-testing-i686/PKGBUILD
(from rev 252773, libqtshadowsocks/trunk/PKGBUILD)
libqtshadowsocks/repos/community-testing-x86_64/
libqtshadowsocks/repos/community-testing-x86_64/PKGBUILD
(from rev 252773, libqtshadowsocks/trunk/PKGBUILD)
-----------------------------------+
community-testing-i686/PKGBUILD | 26 ++++++++++++++++++++++++++
community-testing-x86_64/PKGBUILD | 26 ++++++++++++++++++++++++++
2 files changed, 52 insertions(+)
Copied: libqtshadowsocks/repos/community-testing-i686/PKGBUILD (from rev 252773, libqtshadowsocks/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-08-20 18:17:50 UTC (rev 252774)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: yk <yk at archlinuxcn dot org>
+
+pkgname=libqtshadowsocks
+pkgver=1.11.0
+pkgrel=1
+pkgdesc="A lightweight library for shadowsocks."
+arch=("i686" "x86_64")
+url="https://github.com/shadowsocks/libQtShadowsocks"
+license=("GPL")
+depends=('qt5-base' 'botan')
+makedepends=('cmake')
+source=("https://github.com/shadowsocks/libQtShadowsocks/archive/v$pkgver.tar.gz")
+sha512sums=('2e1e16b633ea5c2b72a182c289d7e9f9de532aff50584547cd8c9c56b3b6a0f568c899ff002b4cf69bf16421ec6180b80523a184f2f7a6717c0071c8656a1d7e')
+
+build() {
+ cd libQtShadowsocks-$pkgver
+ cmake -DUSE_BOTAN2=On -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
+ make
+}
+
+package() {
+ cd libQtShadowsocks-$pkgver
+ make DESTDIR="$pkgdir" install
+}
Copied: libqtshadowsocks/repos/community-testing-x86_64/PKGBUILD (from rev 252773, libqtshadowsocks/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD (rev 0)
+++ community-testing-x86_64/PKGBUILD 2017-08-20 18:17:50 UTC (rev 252774)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: yk <yk at archlinuxcn dot org>
+
+pkgname=libqtshadowsocks
+pkgver=1.11.0
+pkgrel=1
+pkgdesc="A lightweight library for shadowsocks."
+arch=("i686" "x86_64")
+url="https://github.com/shadowsocks/libQtShadowsocks"
+license=("GPL")
+depends=('qt5-base' 'botan')
+makedepends=('cmake')
+source=("https://github.com/shadowsocks/libQtShadowsocks/archive/v$pkgver.tar.gz")
+sha512sums=('2e1e16b633ea5c2b72a182c289d7e9f9de532aff50584547cd8c9c56b3b6a0f568c899ff002b4cf69bf16421ec6180b80523a184f2f7a6717c0071c8656a1d7e')
+
+build() {
+ cd libQtShadowsocks-$pkgver
+ cmake -DUSE_BOTAN2=On -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
+ make
+}
+
+package() {
+ cd libQtShadowsocks-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list