dev-qt/qtx11extras: stable 5.14.2 for ppc, bug #719732
[gentoo.git] / dev-util / serialtalk / serialtalk-9999.ebuild
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=7
5
6 inherit cmake
7
8 if [[ ${PV} == 9999 ]]; then
9         inherit git-r3
10         EGIT_REPO_URI="https://github.com/BGO-OD/serialtalk.git"
11 else
12         SRC_URI="https://github.com/BGO-OD/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
13         KEYWORDS="~amd64 ~x86"
14 fi
15
16 DESCRIPTION="simple command-line tool to talk to serial devices"
17 HOMEPAGE="https://github.com/BGO-OD/serialtalk"
18
19 LICENSE="GPL-3+"
20 SLOT="0"