single-unix-specification-4_p3.ebuild (605B)
1 # Copyright 1999-2018 Gentoo Foundation 2 # Distributed under the terms of the GNU General Public License v2 3 4 EAPI=6 5 6 DESCRIPTION="The Single UNIX Specification, Version 4, 2018 Edition" 7 HOMEPAGE="https://www2.opengroup.org/ogsys/catalog/T101 https://pubs.opengroup.org/onlinepubs/9699919799/" 8 SRC_URI="https://pubs.opengroup.org/onlinepubs/9699919799/download/susv4-2018.tgz" 9 10 LICENSE="sus4-copyright" 11 SLOT="4" 12 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x64-macos" 13 IUSE="" 14 RESTRICT="mirror" 15 16 DEPEND="" 17 RDEPEND="" 18 19 S="${WORKDIR}/susv4-2018" 20 21 src_install() { 22 dodoc -r * 23 }