summaryrefslogtreecommitdiff
path: root/openvpn/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'openvpn/Pkgfile')
-rw-r--r--openvpn/Pkgfile24
1 files changed, 0 insertions, 24 deletions
diff --git a/openvpn/Pkgfile b/openvpn/Pkgfile
deleted file mode 100644
index 55c5be2..0000000
--- a/openvpn/Pkgfile
+++ /dev/null
@@ -1,24 +0,0 @@
-# Description: An easy-to-use, robust and highly configurable VPN (Virtual Private Network)
-# URL: https://openvpn.net
-# Maintainer: Aaron Ball, nullspoon at oper dot io
-# Depends on: openssl lzo lz4 python3-docutils libcap-ng
-
-name=openvpn
-version=2.6.12
-release=1
-source=("https://github.com/OpenVPN/openvpn/archive/refs/tags/v${version}.tar.gz")
-
-build() {
- cd ${name}-${version}
- autoreconf -vfi
-
- ./configure \
- --prefix=/usr \
- --sbindir=/usr/bin \
- --enable-plugins \
- --enable-x509-alt-username
- make
-
- make DESTDIR="${PKG}" install
- rm -r "${PKG}/usr/share/doc"
-}

Generated by cgit