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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Tue Dec 27 06:53:34 UTC 2016


    Date: Tuesday, December 27, 2016 @ 06:53:34
  Author: bpiotrowski
Revision: 202989

archrelease: copy trunk to community-staging-any

Added:
  qopenvpn/repos/community-staging-any/
  qopenvpn/repos/community-staging-any/PKGBUILD
    (from rev 202988, qopenvpn/trunk/PKGBUILD)

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

Copied: qopenvpn/repos/community-staging-any/PKGBUILD (from rev 202988, qopenvpn/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2016-12-27 06:53:34 UTC (rev 202989)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Michal Krenek (Mikos) <m.krenek at gmail.com>
+
+pkgname=qopenvpn
+pkgver=1.3.2
+pkgrel=3
+pkgdesc="Simple OpenVPN GUI written in PyQt for systemd based distributions"
+arch=('any')
+url="https://github.com/xmikos/qopenvpn"
+license=('GPL3')
+depends=('python-pyqt4' 'openvpn' 'systemd' 'python-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/xmikos/qopenvpn/archive/v$pkgver.tar.gz")
+md5sums=('1138c6d7bd8ad06c953c18dec81b4108')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  python setup.py install --root="$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list