20 lines
560 B
Bash
20 lines
560 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
|
|
x86_64*|i686*|arm*|aarch64*) ;;
|
|
*) broken="ftbfs in ring" ;;
|
|
esac
|
|
|
|
post_install() {
|
|
vlicense LICENSE.md
|
|
}
|