logo

overlay

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

cross-unix-documentation-9999.ebuild (483B)


  1. # Copyright 2019-2021 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=7
  4. inherit git-r3
  5. DESCRIPTION="documentation of similarities and (noteworthy) differencies between Unix systems"
  6. HOMEPAGE="https://hacktivis.me/git/cross-unix-documentation/"
  7. EGIT_REPO_URI="https://hacktivis.me/git/cross-unix-documentation.git"
  8. LICENSE="CC-BY-4.0"
  9. SLOT="0"
  10. src_install() {
  11. emake DESTDIR="${D}" PREFIX="/usr" install
  12. }