logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://anongit.hacktivis.me/git/overlay.git/

hare-specification-9999.ebuild (576B)


  1. # Copyright 2022 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=8
  4. inherit git-r3
  5. DESCRIPTION="Hare programming language specification"
  6. HOMEPAGE="https://git.sr.ht/~sircmpwn/hare-specification"
  7. EGIT_REPO_URI="https://git.sr.ht/~sircmpwn/hare-specification"
  8. LICENSE="CC-BY-ND-4.0"
  9. SLOT="0"
  10. BDEPEND="
  11. app-text/texlive[xetex]
  12. dev-texlive/texlive-fontsextra
  13. dev-texlive/texlive-latexextra
  14. "
  15. DOCS=( specification.pdf )
  16. src_compile() {
  17. emake
  18. emake # for the ToC
  19. }
  20. src_install() {
  21. einstalldocs
  22. }