Files
guru/media-radio/fllog/fllog-1.2.7.ebuild
Cara Salter 08c60651c9 media-radio/fllog: new package, add 1.2.7
Signed-off-by: Cara Salter <cara@devcara.com>
2023-03-21 12:43:38 -04:00

23 lines
416 B
Bash

# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Logbook application for amateur radio use"
HOMEPAGE="http://w1hkj.com"
SRC_URI="http://www.w1hkj.com/files/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
DEPEND=">=x11-libs/fltk-1.1.7"
RDEPEND="${DEPEND}"
BDEPEND=""
src_configure() {
local -x CONFIG_SHELL=${BASH}
default
}