summaryrefslogtreecommitdiff
path: root/sci-calculators/transcalc/transcalc-0.14.1.ebuild
blob: 740af2f442626018113775ba14bec4b670dc3f32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit meson

DESCRIPTION="Microwave and RF transmission line calculator"
HOMEPAGE="https://transcalc.sourceforge.net"
SRC_URI="https://gitlab.com/oss-abandonware/sci-calculators/transcalc/-/archive/${PV}/transcalc-${PV}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"

RDEPEND="x11-libs/gtk+:2"
DEPEND="${RDEPEND}"