# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
github.setup yggdrasil-network yggdrasil-go 0.3.11 v
maintainers {l2dy @l2dy} openmaintainer
description An experiment in scalable routing as an encrypted IPv6 overlay network
long_description Yggdrasil is an early-stage implementation of a fully \
end-to-end encrypted IPv6 network. It is lightweight, self-arranging, \
supported on multiple platforms and allows pretty much any \
IPv6-capable application to communicate securely with other Yggdrasil \
checksums rmd160 fd0c3d3ce4b57dbf1aa4d169df4e2acb4dc01c0b \
sha256 9582287d7f2782e3af71fe1576565cf2a6bb91654de4adbe797edd6745882ed6 \
build.env-append PKGNAME=yggdrasil PKGVER=${version}
xinstall -m 755 -d ${destroot}${prefix}/bin
xinstall -m 755 -W ${worksrcpath} {*}[glob -tails -directory ${worksrcpath}/cmd/ *] ${destroot}${prefix}/bin
startupitem.name yggdrasil
startupitem.executable ${prefix}/bin/yggdrasil -useconffile ${prefix}/etc/yggdrasil.conf
To launch yggdrasil at startup, first generate default config with the following command:
umask 0077 && yggdrasil -genconf | sudo tee ${prefix}/etc/yggdrasil.conf >/dev/null