Skip to content

Commit

Permalink
New package: flrig-1.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Goorzhel authored and classabbyamp committed Aug 20, 2022
1 parent 9a71069 commit 2d47350
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions srcpkgs/flrig/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Template file for 'flrig'
pkgname=flrig
version=1.4.7
revision=1
build_style=gnu-configure
makedepends="fltk-devel"
depends="fltk"
short_desc="Rig control program, compatible with fldigi"
maintainer="Antonio Gurgel <antonio@goorzhel.com>"
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=473c9e25fdd3d6f29397253f10c5c563e39b92a2aaef0272041f1978a30e3b53

case "$XBPS_TARGET_MACHINE" in
*-musl) makedepends+=" musl-legacy-compat" ;;
esac

post_install() {
vinstall data/flrig.desktop 644 usr/share/applications
}

0 comments on commit 2d47350

Please sign in to comment.