# Maintainer: kpcyrd # Contributor: kpcyrd # Contributor: Bartłomiej Piotrowski pkgname=cjdns pkgver=20.2 pkgrel=0 pkgdesc="A routing engine designed for security, scalability, speed and ease of use" url="https://github.com/cjdelisle/cjdns" arch="all !x86 !s390x" license="GPL-3.0" makedepends="nodejs python2 linux-headers libseccomp-dev" install="$pkgname.post-install" subpackages="$pkgname-doc $pkgname-openrc" source="$pkgname-$pkgver.tar.gz::https://github.com/cjdelisle/$pkgname/archive/cjdns-v$pkgver.tar.gz" builddir="$srcdir/$pkgname-$pkgname-v$pkgver" build() { cd "$builddir" export CJDNS_RELEASE_VERSION="$pkgver" node ./node_build/make.js } check() { cd "$builddir" ./cjdroute --help >/dev/null } package() { cd "$builddir" install -Dm755 cjdroute "$pkgdir/usr/sbin/cjdroute" install -Dm755 contrib/openrc/cjdns "$pkgdir/etc/init.d/cjdns" install -Dm644 doc/man/cjdroute.conf.5 \ "${pkgdir}/usr/share/man/man5/cjdroute.conf.5" install -Dm 644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md" install -Dm644 -t "$pkgdir/usr/share/doc/$pkgname" \ doc/admin-api.md \ doc/configure.md \ doc/djc_layer_model.md \ doc/nat-gateway.md \ doc/network-services.md \ doc/non-root-user.md \ doc/security_specification.md \ doc/shorewall_and_vpn_gateway_howto.md \ doc/tunnel.md } sha512sums="31edd3ff7e62bfe2ab555da1e34d4b900829180d9558eecdd93a3d726126067c8094419683f047abdcabc444e3b2ae933a68ca4fa1b535731f977e07983b7d39 cjdns-20.2.tar.gz"