19 lines
607 B
Bash
19 lines
607 B
Bash
# Template file for 'batctl'
|
|
pkgname=batctl
|
|
version=2021.1
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
make_install_args="SBINDIR=/usr/bin"
|
|
hostmakedepends="pkg-config which"
|
|
makedepends="libnl3-devel libnl-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=44b28cebb46b8ba1bc170bedeef67f69d89503806c429ff8cb113cc01966e176
|
|
|
|
post_install() {
|
|
vlicense LICENSES/preferred/MIT
|
|
}
|