[arch-commits] Commit in qopenvpn/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Thu Nov 12 19:36:03 UTC 2020
Date: Thursday, November 12, 2020 @ 19:36:02
Author: felixonmars
Revision: 753546
archrelease: copy trunk to community-staging-any
Added:
qopenvpn/repos/community-staging-any/
qopenvpn/repos/community-staging-any/PKGBUILD
(from rev 753543, qopenvpn/trunk/PKGBUILD)
----------+
PKGBUILD | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
Copied: qopenvpn/repos/community-staging-any/PKGBUILD (from rev 753543, qopenvpn/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2020-11-12 19:36:02 UTC (rev 753546)
@@ -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=4
+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