pkgname="ptunnel-ng"pkgver=1.32
pkgrel=1pkgdesc="A TCP forwarder and proxy used for ICMP/UDP tunneling without creating tun devices. (Ping Tunnel, ICMP Echo Tunnel, UDP Tunnel)"arch=('i686''x86_64')url='https://www.github.com/lnslbrty/ptunnel-ng'license=('BSD-3')makedepends=('git')provides=("ptunnel-ng=${pkgver}")source=("https://github.com/lnslbrty/ptunnel-ng/archive/v${pkgver}.tar.gz")md5sums=('cbb9a17ed0ac728170e03f4fa618a617')
build(){cd"${srcdir}/${pkgname}-${pkgver}"./configure\--prefix=/usr\--libdir=/usr/lib\--disable-pcap\--disable-selinux
make
}
package(){cd"${srcdir}/${pkgname}-${pkgver}"makeDESTDIR="${pkgdir}"install
find"${pkgdir}"-typed-name.git-execrm-r'{}'+
install-D-m644COPYING"${pkgdir}/usr/share/licenses/ptunnel-ng/LICENSE"}