summaryrefslogtreecommitdiff
path: root/media-radio/flmsg/flmsg-4.0.22.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'media-radio/flmsg/flmsg-4.0.22.ebuild')
-rw-r--r--media-radio/flmsg/flmsg-4.0.22.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/media-radio/flmsg/flmsg-4.0.22.ebuild b/media-radio/flmsg/flmsg-4.0.22.ebuild
new file mode 100644
index 000000000000..fa10c104dcc2
--- /dev/null
+++ b/media-radio/flmsg/flmsg-4.0.22.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Fldigi helper for creating radiograms"
+HOMEPAGE="http://www.w1hkj.com"
+SRC_URI="mirror://sourceforge/fldigi/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="media-radio/fldigi
+ x11-libs/fltk:=
+ x11-libs/libX11:="
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
+
+DOCS=( AUTHORS ChangeLog INSTALL README )