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

Felix Yan felixonmars at archlinux.org
Mon Nov 4 05:39:13 UTC 2019


    Date: Monday, November 4, 2019 @ 05:39:13
  Author: felixonmars
Revision: 523226

archrelease: copy trunk to community-staging-any

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

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

Copied: qopenvpn/repos/community-staging-any/PKGBUILD (from rev 523225, qopenvpn/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2019-11-04 05:39:13 UTC (rev 523226)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Michal Krenek (Mikos) <m.krenek at gmail.com>
+
+pkgname=qopenvpn
+pkgver=2.0.0
+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-pyqt5' 'openvpn' 'systemd' 'python-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/xmikos/qopenvpn/archive/v$pkgver.tar.gz")
+md5sums=('3707371cdf4a4b5c0a00be27a7031d65')
+
+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