30 lines
838 B
Bash
30 lines
838 B
Bash
# Template file for 'yggdrasil'
|
|
pkgname=yggdrasil
|
|
version=0.3.13
|
|
revision=1
|
|
wrksrc="yggdrasil-go-${version}"
|
|
build_style=go
|
|
go_import_path=github.com/yggdrasil-network/yggdrasil-go
|
|
hostmakedepends="go git"
|
|
short_desc="Experiment in scalable routing as an encrypted IPv6 overlay network"
|
|
maintainer="Jan Christian Gruenhage <jan.christian@gruenhage.xyz>"
|
|
license="LGPL-3.0-only"
|
|
homepage="https://yggdrasil-network.github.io/"
|
|
distfiles="https://github.com/yggdrasil-network/yggdrasil-go/archive/v${version}.tar.gz"
|
|
checksum=ba2149024152c4df65e68722e7d4d1050fec71907904a7bdf9757159d94cd83d
|
|
|
|
do_build() {
|
|
PKGNAME=${pkgname} PKGVER=${version} ./build
|
|
}
|
|
|
|
do_install() {
|
|
vbin yggdrasil
|
|
vsv yggdrasil
|
|
}
|
|
|
|
yggdrasilctl_package() {
|
|
short_desc="Administration utility for the yggdrasil node admin API"
|
|
pkg_install() {
|
|
vbin yggdrasilctl
|
|
}
|
|
}
|