app-doc/hare-specification - 9999 (lanodanOverlay)

Search

Install

Install this version:

emerge -a =app-doc/hare-specification-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-doc/hare-specification-9999

Or alternatively:

emerge --autounmask-write -a =app-doc/hare-specification-9999

Package Information

Description:
Hare programming language specification
Homepage:
https://git.sr.ht/~sircmpwn/hare-specification
License:
CC-BY-ND-4.0

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# 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"

BDEPEND="
	app-text/texlive[xetex]
	dev-texlive/texlive-fontsextra
	dev-texlive/texlive-latexextra
"

DOCS=( specification.pdf )

src_compile() {
	emake
	emake # for the ToC
}

src_install() {
	einstalldocs
}

Inherited Eclasses

Dependencies

BDEPEND

	app-text/texlive[xetex]
	dev-texlive/texlive-fontsextra
	dev-texlive/texlive-latexextra