void-packages/srcpkgs/boringtun/template
2020-04-28 15:13:26 +02:00

20 lines
530 B
Bash

# Template file for 'boringtun'
pkgname=boringtun
version=0.3.0
revision=1
build_style=cargo
short_desc="Implementation of the WireGuard protocol"
maintainer="Zach Nedwich <zach@znedw.com>"
license="BSD-3-Clause"
homepage="https://github.com/cloudflare/boringtun"
distfiles="https://github.com/cloudflare/${pkgname}/archive/v${version}.tar.gz"
checksum=@7ba22dcb785c9dfa99d70fc3ea0fa86908debd59eabc278f65db50a22bcc731c
case "$XBPS_TARGET_MACHINE" in
ppc*) broken="ftbfs in ring" ;;
esac
post_install() {
vlicense LICENSE.md
}