summaryrefslogtreecommitdiffstats
path: root/app-doc/x86-manpages/x86-manpages-9999.ebuild
diff options
context:
space:
mode:
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/*
+}