23 lines
691 B
Bash
23 lines
691 B
Bash
# Template file for 'flrig'
|
|
pkgname=flrig
|
|
version=2.0.05
|
|
revision=1
|
|
build_style=gnu-configure
|
|
makedepends="fltk-devel"
|
|
depends="fltk"
|
|
short_desc="Rig control program, compatible with fldigi"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="http://www.w1hkj.com/"
|
|
changelog="https://sourceforge.net/p/fldigi/flrig/ci/master/tree/ChangeLog?format=raw"
|
|
distfiles="http://www.w1hkj.com/files/flrig/${pkgname}-${version}.tar.gz"
|
|
checksum=31cdc025f05db489fd9ba087eb4d8c8f85168fc3aa9cf95fe488b02d780c62b0
|
|
|
|
case "$XBPS_TARGET_MACHINE" in
|
|
*-musl) makedepends+=" musl-legacy-compat" ;;
|
|
esac
|
|
|
|
post_install() {
|
|
vinstall data/flrig.desktop 644 usr/share/applications
|
|
}
|