Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New package: flrig-1.4.7 #38771

Merged
merged 1 commit into from
Aug 20, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
classabbyamp marked this conversation as resolved.
Show resolved Hide resolved
homepage="http://www.w1hkj.com/"
classabbyamp marked this conversation as resolved.
Show resolved Hide resolved
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
}