logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git
commit: 8f6d06d7385e8964fa64045e4d8bef0c674ba4c1
parent 53e47cebc334a2ae9dfb039d1bc5c1a1b00bdb55
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Mon,  5 Apr 2021 04:07:30 +0200

sys-apps/lanodan-utils: New package

Diffstat:

Asys-apps/lanodan-utils/lanodan-utils-9999.ebuild22++++++++++++++++++++++
1 file changed, 22 insertions(+), 0 deletions(-)

diff --git a/sys-apps/lanodan-utils/lanodan-utils-9999.ebuild b/sys-apps/lanodan-utils/lanodan-utils-9999.ebuild @@ -0,0 +1,22 @@ +# Copyright 2021 Haelwenn (lanodan) Monnier <contact@hacktivis.me> +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit git-r3 + +DESCRIPTION="Collection of Unix tools, comparable to coreutils" +HOMEPAGE="https://hacktivis.me/git/utils" +EGIT_REPO_URI="https://hacktivis.me/git/utils.git" +EGIT_MIN_CLONE_TYPE="single+tags" +LICENSE="CC-BY-SA-4.0" +SLOT="0" + +src_install() { + emake install DESTDIR="${D}" PREFIX=/opt/lanodan BINDIR=/opt/lanodan/bin MANDIR=/opt/lanodan/man + newenvd - 60lanodan <<-EOF + PATH="/opt/lanodan/bin" + ROOTPATH="/opt/lanodan/bin" + MANPATH="/opt/lanodan/man" + EOF +}