| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.10 | 7 | ~amd64 ~x86 | 0 |
# Copyright 2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit autotools
DESCRIPTION="A launcher program for Tcl applications."
HOMEPAGE="https://flightaware.github.io/tcllauncher/"
SRC_URI="https://github.com/flightaware/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND} dev-tcltk/tclx"
BDEPEND=""
src_prepare() {
default
eautoreconf
}
dev-tcltk/tclx
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | tcllauncher-1.10.tar.gz | 73725 bytes | https://github.com/flightaware/tcllauncher/archive/v1.10.tar.gz |