You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-tex/biblatex-apa/biblatex-apa-6.6.ebuild

31 lines
671 B

# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
inherit latex-package
DESCRIPTION="APA style for BibLaTeX"
HOMEPAGE="http://www.ctan.org/pkg/biblatex-apa https://github.com/plk/biblatex-apa"
SRC_URI="https://github.com/plk/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="LPPL-1.3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc examples"
RDEPEND="dev-texlive/texlive-bibtexextra
dev-tex/biblatex"
DEPEND="${RDEPEND}"
TEXMF=/usr/share/texmf-site
src_install() {
insinto "${TEXMF}"
doins -r tex
dodoc README RELEASE
use doc && { pushd doc/ ; latex-package_src_doinstall doc ; popd ; }
}