| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.0 | 7 | ~amd64 ~x86 | 0 |
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
# N.B. this is from CTAN
DESCRIPTION="Simple tcl/tk script to draw finite state automata"
HOMEPAGE="https://www.ctan.org/pkg/finomaton"
SRC_URI="http://mirrors.ctan.org/graphics/finomaton.zip -> ${P}.zip"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="examples"
# script only
BDEPEND="app-arch/unzip"
# tex for metapost
RDEPEND="
dev-lang/tk:0
dev-texlive/texlive-metapost
"
S="${WORKDIR}/${PN}"
src_install() {
dobin finomaton.tcl
dodoc ChangeLog TODO README
if use examples ; then
insinto /usr/share/${PN}
doins -r examples
fi
}
dev-lang/tk:0 dev-texlive/texlive-metapost
app-arch/unzip
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | finomaton-1.0.zip | 72250 bytes | http://mirrors.ctan.org/graphics/finomaton.zip |