# Description: end-t-end encrypted ipv6 network # URL: https://yggdrasil-network.github.io/ # Maintainer: z3bra # Depends on: go name=yggdrasil version=0.4.0 release=1 source=(https://github.com/yggdrasil-network/yggdrasil-go/archive/v${version}.tar.gz yggdrasil.rc) build() { cd $name-go-$version ./build mkdir -p $PKG/usr/sbin $PKG/usr/bin $PKG/etc/rc.d cp yggdrasil $PKG/usr/sbin cp yggdrasilctl $PKG/usr/bin cp $SRC/yggdrasil.rc $PKG/etc/rc.d/yggdrasil }