# This file is part of BlackArch Linux ( https://www.blackarch.org/ ). # See COPYING for license details. pkgname=batman-alfred _pkgname=alfred pkgver=2024.3 pkgrel=1 pkgdesc='Almighty Lightweight Fact Remote Exchange Daemon.' groups=('blackarch' 'blackarch-wireless') arch=('x86_64' 'aarch64') url='http://www.open-mesh.org/' license=('GPL') depends=('gpsd' 'libnl' 'dbus') source=("https://downloads.open-mesh.org/batman/releases/batman-adv-$pkgver/$_pkgname-$pkgver.tar.gz") sha512sums=('ad87b7a468166f44ab0c3efea3812abcbbded84ff1158dc3e04aadc8bb9e9d536e306b22f61d08bbc54ddb06adf220a041b72c0e0806aab1945177b4d94ba52f') build() { cd "$_pkgname-$pkgver" make } package() { cd "$_pkgname-$pkgver" make DESTDIR="$pkgdir" PREFIX=/usr SBINDIR=/usr/bin install }