commit 79578b3ccb649839011da2b05cb70f5e90fd2a17 parent 3637c4883d0c30abfe4fb232eaaa2f07c27ae358 Author: parazyd <parazyd@dyne.org> Date: Fri, 13 Apr 2018 17:08:46 +0200 app-text/pointtools: Add 9999 Diffstat:
A | app-text/pointtools/pointtools-9999.ebuild | | | 23 | +++++++++++++++++++++++ |
1 file changed, 23 insertions(+), 0 deletions(-)
diff --git a/app-text/pointtools/pointtools-9999.ebuild b/app-text/pointtools/pointtools-9999.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit git-r3 + +DESCRIPTION="Scripts and ways to present point files" +HOMEPAGE="http://git.r-36.net/pointtools" +EGIT_REPO_URI="http://git.r-36.net/pointtools" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="" +IUSE="" + +DEPEND="app-text/utf8expr" +RDEPEND="" + +src_install() { + dobin bin/md2point bin/point2pdf + dodoc README.md examples/hello/* +}