templates/srcpkgs/netbird-bin/template
marty-oehme 04576f1c40
Update dependency netbirdio/netbird to v0.49.0 (#11)
* Update dependency netbirdio/netbird to v0.49.0

* Update netbird-bin checksum

---------

Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
2025-06-25 12:12:39 +02:00

21 lines
675 B
Text

# Template file for 'netbird-bin'
pkgname=netbird-bin
version=0.49.0 # 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=4ea9f83ff6c00df4499bb97c2229dd9be8d82c1f87ff9c36ebb5825c33718b95
do_install() {
vbin netbird
}
post_install() {
vsv netbird
vlicense LICENSE
vdoc README.md
}