pritunl-client: remove package
This commit is contained in:
parent
c5d4f2d0c2
commit
12fb18f6b2
3 changed files with 0 additions and 30 deletions
|
@ -1,3 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
exec logger -t 'pritunl'
|
|
@ -1,3 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
exec pritunl-client daemon --foreground 2>&1
|
|
@ -1,24 +0,0 @@
|
|||
# Template file for 'pritunl-client'
|
||||
pkgname=pritunl-client
|
||||
version=1.0.1865.25
|
||||
revision=2
|
||||
build_style=python2-module
|
||||
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="custom:Proprietary"
|
||||
homepage="http://client.pritunl.com/"
|
||||
distfiles="https://github.com/pritunl/pritunl-client/archive/${version}.tar.gz"
|
||||
checksum=a777ac4c92e8faf8f3782c0628be791f5827d3422275a6c2e79287a63783d955
|
||||
restricted=yes
|
||||
repository=nonfree
|
||||
|
||||
post_install() {
|
||||
vsv pritunl-client
|
||||
|
||||
rm -rf ${DESTDIR}/var/log
|
||||
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Reference in a new issue