logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://anongit.hacktivis.me/git/overlay.git/
commit: 6849aa04b84f5414c327d3c4e2fb40d9881ddb78
parent da63403d832e908e96165c14f5252b1c40d8049c
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Fri, 13 Jun 2025 16:35:46 +0200

app-doc/single-unix-specification: new package, add 3

Diffstat:

Aapp-doc/single-unix-specification/Manifest1+
Aapp-doc/single-unix-specification/single-unix-specification-3.ebuild18++++++++++++++++++
2 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/app-doc/single-unix-specification/Manifest b/app-doc/single-unix-specification/Manifest @@ -0,0 +1 @@ +DIST susv3.tgz 2962975 BLAKE2B 6b624de7b143f7ab061f26e19a9b3835d46340c14fd69e24a4390f9c65ab1f5017da7163a9abffd1451301daa5bedd235d77d95524267c991203c2196a743f8b SHA512 9890bb667e189a6d9ed04439f810097968530dfe2ba5810ca3c55a0671c3d5ad6a0b7fe0f40c20b1e75d24e39e6386cf1ef5a526508123338d47b616a90af4fc diff --git a/app-doc/single-unix-specification/single-unix-specification-3.ebuild b/app-doc/single-unix-specification/single-unix-specification-3.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="The Single UNIX Specification, Version 3, 2004 Edition" +HOMEPAGE="https://www2.opengroup.org/ogsys/catalog/T101" +SRC_URI="https://pubs.opengroup.org/onlinepubs/009695399/download/susv3.tgz" +S="${WORKDIR}/susv3" + +LICENSE="sus3-copyright" +SLOT="3" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos" +RESTRICT="mirror" + +src_install() { + dodoc -r * +}