21 lines
675 B
Text
21 lines
675 B
Text
# Template file for 'netbird-bin'
|
|
pkgname=netbird-bin
|
|
version=0.39.1 # renovate: datasource=github-tags depName=netbirdio/netbird
|
|
revision=1
|
|
archs="x86_64"
|
|
short_desc="Connect your devices into a secure WireGuard-based overlay network with SSO, MFA and granular access controls."
|
|
maintainer="Marty Oehme <contact@martyoeh.me>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://github.com/netbirdio/netbird"
|
|
distfiles="${homepage}/releases/download/v${version}/netbird_${version}_linux_amd64.tar.gz"
|
|
checksum=ac4dbf589cf33dc1c347a6dba569cdcaf8a6915f88c6a7baffdb35fcf9b954f0
|
|
|
|
do_install() {
|
|
vbin netbird
|
|
}
|
|
|
|
post_install() {
|
|
vsv netbird
|
|
vlicense LICENSE
|
|
vdoc README.md
|
|
}
|