[arch-commits] Commit in qopenvpn/repos (2 files)
Felix Yan
felixonmars at gemini.archlinux.org
Fri Dec 3 00:30:07 UTC 2021
Date: Friday, December 3, 2021 @ 00:30:07
Author: felixonmars
Revision: 1063808
archrelease: copy trunk to community-staging-any
Added:
qopenvpn/repos/community-staging-any/
qopenvpn/repos/community-staging-any/PKGBUILD
(from rev 1063807, qopenvpn/trunk/PKGBUILD)
----------+
PKGBUILD | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
Copied: qopenvpn/repos/community-staging-any/PKGBUILD (from rev 1063807, qopenvpn/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2021-12-03 00:30:07 UTC (rev 1063808)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Michal Krenek (Mikos) <m.krenek at gmail.com>
+
+pkgname=qopenvpn
+pkgver=2.0.0
+pkgrel=6
+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')
+makedepends=('python-setuptools')
+source=("https://github.com/xmikos/qopenvpn/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('6a9a39236f73c040eca25ad53c7e4d1c32b68222a4bf00e85c61cb93c38caec55ed2e11f6ee9fb49ac19801059decb46b8b330e6f4f06553dab6576237add135')
+
+build() {
+ cd $pkgname-$pkgver
+ python setup.py build
+}
+
+package() {
+ cd $pkgname-$pkgver
+ python setup.py install --root="$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list