New package: pritunl-client-1.0.1632.81

This commit is contained in:
Andrew Benson 2018-07-18 12:56:58 -05:00 committed by Johannes
parent 944647a591
commit fa17712a3b
3 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,3 @@
#!/bin/sh
exec logger -t 'pritunl'

View File

@ -0,0 +1,3 @@
#!/bin/sh
exec pritunl-client daemon --foreground 2>&1

View 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
}