summaryrefslogtreecommitdiffstats
path: root/app-doc/x86-manpages/x86-manpages-9999.ebuild
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2020-02-02 02:25:53 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2020-02-02 02:26:06 +0100
commitfe416e8a89b0d6fa4fd76baf3bba0f6bd903b20d (patch)
tree4fb6608d5d775b793c8fa95fdfa0b1a3656d6d02 /app-doc/x86-manpages/x86-manpages-9999.ebuild
parentAdd ripgrep (diff)
downloadportage-fe416e8a89b0d6fa4fd76baf3bba0f6bd903b20d.tar.xz
portage-fe416e8a89b0d6fa4fd76baf3bba0f6bd903b20d.zip
Add manpages for x86
Diffstat (limited to 'app-doc/x86-manpages/x86-manpages-9999.ebuild')
-rw-r--r--app-doc/x86-manpages/x86-manpages-9999.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/app-doc/x86-manpages/x86-manpages-9999.ebuild b/app-doc/x86-manpages/x86-manpages-9999.ebuild
new file mode 100644
index 0000000..e4b2a18
--- /dev/null
+++ b/app-doc/x86-manpages/x86-manpages-9999.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit git-r3
+
+DESCRIPTION="Man pages for x86 instructions"
+HOMEPAGE="https://github.com/ttmo-O/x86-manpages"
+SRC_URI=""
+EGIT_REPO_URI="https://github.com/ttmo-O/x86-manpages"
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+src_compile() { :; }
+src_install() {
+ doman manpages/*
+}