Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Thomas Liske
aports
Commits
7ab6582e
Commit
7ab6582e
authored
Jul 25, 2020
by
Thomas Liske
Committed by
Leo
Jul 25, 2020
Browse files
testing/py3-wgnlpy: new aport
parent
51398798
Pipeline
#32058
skipped
Changes
1
Pipelines
11
Show whitespace changes
Inline
Side-by-side
testing/py3-wgnlpy/APKBUILD
0 → 100644
View file @
7ab6582e
# Maintainer: Thomas Liske <thomas@fiasko-nw.net>
pkgname
=
py3-wgnlpy
_pkgname
=
wgnlpy
pkgver
=
0.1.1
pkgrel
=
0
pkgdesc
=
"Python Netlink connector to WireGuard"
url
=
"https://github.com/ArgosyLabs/wgnlpy"
arch
=
"noarch"
license
=
"MIT"
depends
=
"py3-pyroute2 py3-cryptography"
makedepends
=
"py3-setuptools"
options
=
"!check"
# no tests available
source
=
"https://files.pythonhosted.org/packages/source/
${
_pkgname
:0:1
}
/
$_pkgname
/
$_pkgname
-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/
$_pkgname
-
$pkgver
"
build
()
{
python3 setup.py build
}
package
()
{
python3 setup.py
install
--prefix
=
/usr
--root
=
"
$pkgdir
"
}
sha512sums
=
"c862795e9d993b24d49a5be1cd73fde5cca8545b0087e01c58ee8b64b1f8d387f25c359c5894c333b63a877e82e35da95effc0750f2474617c1cc55dd620e05d wgnlpy-0.1.1.tar.gz"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment