26 lines
693 B
Bash
26 lines
693 B
Bash
|
# 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
|
||
|
}
|