mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: pritunl-client-1.0.1632.81
This commit is contained in:
parent
944647a591
commit
fa17712a3b
3 changed files with 31 additions and 0 deletions
3
srcpkgs/pritunl-client/files/pritunl-client/log/run
Normal file
3
srcpkgs/pritunl-client/files/pritunl-client/log/run
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
exec logger -t 'pritunl'
|
3
srcpkgs/pritunl-client/files/pritunl-client/run
Normal file
3
srcpkgs/pritunl-client/files/pritunl-client/run
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
exec pritunl-client daemon --foreground 2>&1
|
25
srcpkgs/pritunl-client/template
Normal file
25
srcpkgs/pritunl-client/template
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
# Template file for 'pritunl-client'
|
||||||
|
pkgname=pritunl-client
|
||||||
|
version=1.0.1632.81
|
||||||
|
revision=1
|
||||||
|
build_style=python2-module
|
||||||
|
pycompile_module="pritunl-client"
|
||||||
|
make_install_args="--no-upstart --no-systemd"
|
||||||
|
hostmakedepends="python-setuptools"
|
||||||
|
depends="python-requests python-pycryptodome pygtk"
|
||||||
|
short_desc="OpenVPN Client"
|
||||||
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||||
|
license="Proprietary"
|
||||||
|
homepage="http://client.pritunl.com/"
|
||||||
|
distfiles="https://github.com/pritunl/pritunl-client/archive/${version}.tar.gz"
|
||||||
|
checksum=cb6f669fa112ea2bf8aff02cb118282ae8bfc94f8e957c8b80e2700d1f9ee8e9
|
||||||
|
noarch=yes
|
||||||
|
restricted=yes
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vsv pritunl-client
|
||||||
|
|
||||||
|
rm -rf ${DESTDIR}/var/log
|
||||||
|
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue