dev-tcltk/tcllauncher - 1.10 (stintel)

Search

Package Information

Description:
A launcher program for Tcl applications.
Homepage:
https://flightaware.github.io/tcllauncher/
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
1.10 7 ~amd64 ~x86 0
View Raw Ebuild
# 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
}

Dependencies

RDEPEND

 dev-tcltk/tclx

Manifest for 1.10

Type File Size Source URLs
DIST tcllauncher-1.10.tar.gz 73725 bytes https://github.com/flightaware/tcllauncher/archive/v1.10.tar.gz