# Template file for 'alfred'
pkgname=alfred
version=2026.1
revision=1
build_style=gnu-makefile
make_build_args="CONFIG_ALFRED_GPSD=n"
make_install_args="CONFIG_ALFRED_GPSD=n SBINDIR=/usr/bin"
hostmakedepends="pkg-config which"
makedepends="libcap-devel libnl3-devel"
depends="batman-adv"
short_desc="Daemon for distributing arbitrary information over a batman mesh"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-2.0-or-later, MIT"
homepage="https://www.open-mesh.org/projects/alfred/wiki"
changelog="https://raw.githubusercontent.com/open-mesh-mirror/alfred/refs/heads/main/CHANGELOG.rst"
distfiles="https://downloads.open-mesh.org/batman/stable/sources/alfred/alfred-${version}.tar.gz"
checksum=45dfbcb8a7cbbaaee3e12607a46601dd86ce5225072535e9b49da40bbf02b489

CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/libnl3"

post_install() {
	vsv alfred
	vsv batadv-vis
	vlicense LICENSES/preferred/MIT
}
