# -*- 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 PortSystem 1.0 PortGroup github 1.0 github.setup yggdrasil-network yggdrasil-go 0.5.11 v revision 0 categories net platforms darwin maintainers {l2dy @l2dy} openmaintainer license LGPL-3 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 \ nodes. checksums rmd160 70f01a532e465ce4f4b415e49a987107695c2fa1 \ sha256 954a30cce7fed49b4d297aa82c6e943035f20ecd80f92eeb61f937afda69fdeb \ size 111042 depends_build port:go use_configure no build.cmd "./build" build.target build.env-append PKGNAME=yggdrasil PKGVER=${version} destroot { xinstall -m 755 -d ${destroot}${prefix}/bin # https://github.com/yggdrasil-network/yggdrasil-go/commit/4b9bce855eeb6af6b53e6927dc394c65af8bd157 xinstall -m 755 -W ${worksrcpath} yggdrasil yggdrasilctl ${destroot}${prefix}/bin } startupitem.create yes startupitem.name yggdrasil startupitem.executable ${prefix}/bin/yggdrasil -useconffile ${prefix}/etc/yggdrasil.conf notes " 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 "