void-packages/srcpkgs/direwolf/template

19 lines
680 B
Bash
Raw Normal View History

2022-05-16 08:28:19 +02:00
# Template file for 'direwolf'
pkgname=direwolf
2023-11-09 21:31:12 +01:00
version=1.7
revision=3
2022-05-16 08:28:19 +02:00
build_style=cmake
makedepends="alsa-lib-devel hamlib-devel eudev-libudev-devel"
short_desc="AX.25 packet modem/TNC and APRS encoder/decoder"
maintainer="classabbyamp <void@placeviolette.net>"
license="GPL-2.0-or-later"
homepage="https://github.com/wb2osz/direwolf"
changelog="https://raw.githubusercontent.com/wb2osz/direwolf/master/CHANGES.md"
distfiles="https://github.com/wb2osz/direwolf/archive/refs/tags/${version}.tar.gz"
2023-11-09 21:31:12 +01:00
checksum=6301f6a43e5db9ef754765875592a58933f6b78585e9272afc850acf7c5914be
2022-05-16 08:28:19 +02:00
python_version=3
2024-01-20 17:35:45 +01:00
case "$XBPS_TARGET_MACHINE" in
x86_64*|i686*) configure_args+=" -DFORCE_SSE=ON" ;;
esac