eb37d19d7f868d89c12ef9eafe48212555d8d54b
[gentoo.git] / app-doc / linkers-and-loaders / linkers-and-loaders-1.ebuild
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI="4"
5
6 DESCRIPTION="The Linkers and Loaders book"
7 HOMEPAGE="https://linker.iecc.com/"
8 SRC_URI="https://wh0rd.org/books/${P}.tar.lzma"
9
10 LICENSE="all-rights-reserved"
11 SLOT="0"
12 KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
13 IUSE="doc"
14 RESTRICT="mirror bindist"
15
16 RDEPEND=""
17 DEPEND="app-arch/xz-utils"
18
19 S=${WORKDIR}
20
21 src_install() {
22         dohtml *.html *.jpg
23         dodoc *.pdf
24         use doc && dodoc *.txt *.rtf
25 }