18 lines
729 B
Bash
18 lines
729 B
Bash
# Template file for 'multimon-ng'
|
|
pkgname=multimon-ng
|
|
version=1.3.1
|
|
revision=1
|
|
build_style=cmake
|
|
configure_args="$(vopt_bool x11 X11_SUPPORT) $(vopt_bool pulseaudio PULSE_AUDIO_SUPPORT)"
|
|
makedepends="$(vopt_if pulseaudio pulseaudio-devel) $(vopt_if x11 libX11-devel)"
|
|
short_desc="Digital transmission decoder"
|
|
maintainer="classabbyamp <void@placeviolette.net>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://github.com/EliasOenal/multimon-ng"
|
|
changelog="https://github.com/EliasOenal/multimon-ng/releases"
|
|
distfiles="https://github.com/EliasOenal/multimon-ng/archive/${version}.tar.gz"
|
|
checksum=608258875cdc61ad7a66a2955ec277ed50e5abf628b578c1b53f975d6762f07d
|
|
|
|
build_options="pulseaudio x11"
|
|
build_options_default="pulseaudio x11"
|