summaryrefslogtreecommitdiff
path: root/app-doc/single-unix-specification/single-unix-specification-4_p2018.ebuild
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-12-24 12:38:46 +0000
committerSam James <sam@gentoo.org>2022-12-24 12:38:46 +0000
commit97fb326216442b13d1deb8baa4e2b144cf180607 (patch)
tree2cfa049da0546808aaf0d0fb2a0726fd2867c2cf /app-doc/single-unix-specification/single-unix-specification-4_p2018.ebuild
parent87b91c4f053c9c1c7588a5634817e6766de555ea (diff)
downloadgentoo-97fb326216442b13d1deb8baa4e2b144cf180607.tar.gz
gentoo-97fb326216442b13d1deb8baa4e2b144cf180607.tar.bz2
gentoo-97fb326216442b13d1deb8baa4e2b144cf180607.zip
app-doc/single-unix-specification: add 4_p2018
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-doc/single-unix-specification/single-unix-specification-4_p2018.ebuild')
-rw-r--r--app-doc/single-unix-specification/single-unix-specification-4_p2018.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/app-doc/single-unix-specification/single-unix-specification-4_p2018.ebuild b/app-doc/single-unix-specification/single-unix-specification-4_p2018.ebuild
new file mode 100644
index 000000000000..5de651d34c07
--- /dev/null
+++ b/app-doc/single-unix-specification/single-unix-specification-4_p2018.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 4, $(ver_cut 3) Edition"
+HOMEPAGE="https://www2.opengroup.org/ogsys/catalog/T101"
+SRC_URI="https://pubs.opengroup.org/onlinepubs/9699919799/download/susv4-$(ver_cut 3).tar.bz2"
+S="${WORKDIR}/susv4-$(ver_cut 3)"
+
+LICENSE="sus4-copyright"
+SLOT="4"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
+RESTRICT="mirror"
+
+src_install() {
+ dodoc -r *
+}