app-doc/doxygen: version bump to 1.8.16
[gentoo.git] / app-doc / linkers-and-loaders / linkers-and-loaders-1-r1.ebuild
1 # Copyright 1999-2019 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=7
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 BDEPEND="app-arch/xz-utils"
17
18 S=${WORKDIR}
19
20 src_install() {
21         use doc && dodoc *.txt *.rtf
22         dodoc *.pdf
23         docinto html
24         dodoc *.html *.jpg
25 }