logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git
commit: 837312c3c9937425930bb10024af3ffb4ce2ec4e
parent f89cdf69c2226b0d42f9ad49d81fde4cc61e096c
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Fri, 25 Nov 2022 15:34:08 +0100

app-doc/hare-specification: new package, add 9999

Diffstat:

Aapp-doc/hare-specification/hare-specification-9999.ebuild31+++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+), 0 deletions(-)

diff --git a/app-doc/hare-specification/hare-specification-9999.ebuild b/app-doc/hare-specification/hare-specification-9999.ebuild @@ -0,0 +1,31 @@ +# Copyright 2022 Haelwenn (lanodan) Monnier <contact@hacktivis.me> +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit git-r3 + +DESCRIPTION="Hare programming language specification" +HOMEPAGE="https://git.sr.ht/~sircmpwn/hare-specification" +EGIT_REPO_URI="https://git.sr.ht/~sircmpwn/hare-specification" +LICENSE="CC-BY-ND-4.0" +SLOT="0" +KEYWORDS="" +IUSE="" + +BDEPEND=" + app-text/texlive[xetext] + dev-texlive/texlive-fontsextra + dev-texlive/texlive-latexextra +" + +DOCS=( specification.pdf ) + +src_compile() { + emake + emake # for the ToC +} + +src_install() { + einstalldocs +}