void-packages/srcpkgs/flrig/template

23 lines
691 B
Bash

# Template file for 'flrig'
pkgname=flrig
version=2.0.04
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=f80710ee5d515c50d556b698c9205413ff990b208e3223362f82f245716ab947
case "$XBPS_TARGET_MACHINE" in
*-musl) makedepends+=" musl-legacy-compat" ;;
esac
post_install() {
vinstall data/flrig.desktop 644 usr/share/applications
}