summaryrefslogtreecommitdiff
path: root/dev-tex/quotchap/quotchap-0.9f.ebuild
blob: 672b33ae5c90163c5be29a12c54ab0bd1cc24be6 (plain)
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
26
27
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=0

inherit latex-package

S=${WORKDIR}/quotchap

DESCRIPTION="LaTeX package used to add quotes to chapters"
# Taken from http://theory.uwinnipeg.ca/scripts/CTAN/macros/latex/contrib/quotchap.zip
SRC_URI="mirror://gentoo/${P}.zip"
HOMEPAGE="ftp://ftp.dante.de/tex-archive/help/Catalogue/entries/quotchap.html"
LICENSE="LPPL-1.2"
SLOT="0"
KEYWORDS="~amd64 ppc x86"
IUSE=""

DEPEND="app-arch/unzip"
RDEPEND=""

src_install () {
	export VARTEXFONTS="${T}/fonts"
	latex-package_src_doinstall all
	cd "${S}"
	dodoc 00readme.txt document.pdf document.tex
}