21 lines
628 B
Bash
21 lines
628 B
Bash
# Template file for 'batctl'
|
|
pkgname=batctl
|
|
version=2023.3
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
make_use_env=yes
|
|
make_build_args="V=1"
|
|
make_install_args="SBINDIR=/usr/bin"
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libnl3-devel"
|
|
short_desc="B.A.T.M.A.N. advanced management tool"
|
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
|
license="GPL-2.0-or-later, MIT"
|
|
homepage="http://www.open-mesh.net/"
|
|
distfiles="http://downloads.open-mesh.net/batman/releases/batman-adv-${version}/batctl-${version}.tar.gz"
|
|
checksum=9acc31170930c1797c38763b87bdff88054c34d1f012fbb810068273fef31212
|
|
|
|
post_install() {
|
|
vlicense LICENSES/preferred/MIT
|
|
}
|