app-doc/cross-unix-documentation - 9999 (lanodanOverlay)

Search

Install

Install this version:

emerge -a =app-doc/cross-unix-documentation-9999

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

autounmask =app-doc/cross-unix-documentation-9999

Or alternatively:

emerge --autounmask-write -a =app-doc/cross-unix-documentation-9999

Package Information

Description:
documentation of similarities and (noteworthy) differencies between Unix systems
Homepage:
https://hacktivis.me/git/cross-unix-documentation/
License:
CC-BY-4.0

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# Copyright 2019-2021 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit git-r3

DESCRIPTION="documentation of similarities and (noteworthy) differencies between Unix systems"
HOMEPAGE="https://hacktivis.me/git/cross-unix-documentation/"
EGIT_REPO_URI="https://anongit.hacktivis.me/git/cross-unix-documentation.git"
LICENSE="CC-BY-4.0"
SLOT="0"

src_install() {
	emake DESTDIR="${D}" PREFIX="/usr" install
}

Inherited Eclasses