13 lines
339 B
Bash
13 lines
339 B
Bash
# Copyright 1999-2017 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
inherit latex-package
|
|
|
|
DESCRIPTION="The harvard family of bibliographic styles"
|
|
HOMEPAGE="https://www.ctan.org/pkg/harvard"
|
|
SRC_URI="mirror://gentoo/${P}.tar.bz2"
|
|
LICENSE="GPL-2"
|
|
SLOT="0"
|
|
KEYWORDS="amd64 ppc x86"
|
|
DEPEND=""
|
|
IUSE=""
|