gentoo-ebuilds/media-radio/flmsg/flmsg-4.0.23.ebuild
Filip Kobierski aa96357304
media-radio/flmsg: update HOMEPAGE & LICENSE
Signed-off-by: Filip Kobierski <fkobi@pm.me>
Part-of: https://github.com/gentoo/gentoo/pull/37888
Signed-off-by: Sam James <sam@gentoo.org>
2025-05-21 22:26:32 +01:00

20 lines
461 B
Bash

# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Fldigi helper for creating radiograms"
HOMEPAGE="https://www.w1hkj.org"
SRC_URI="https://downloads.sourceforge.net/fldigi/${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="media-radio/fldigi
x11-libs/fltk:=
x11-libs/libX11:="
DEPEND="${RDEPEND}
virtual/pkgconfig"
DOCS=( AUTHORS ChangeLog INSTALL README )