summaryrefslogtreecommitdiffstats
path: root/app-doc/x86-manpages/x86-manpages-9999.ebuild
blob: 1d30b010d30a3da18e380e0aba86922af1355144 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

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 man7/*
}