# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit latex-package

MY_PV="310"

DESCRIPTION="LaTeX module to create invoices"
HOMEPAGE="http://www.forwiss.uni-passau.de/~berberic/TeX/Rechnung/index.html"
SRC_URI="http://www.forwiss.uni-passau.de/~berberic/TeX/Rechnung/${PN}${MY_PV}.tar.gz"

LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

S="${WORKDIR}"/${PN}${MY_PV}

src_prepare() {
	rm "${S}/rechnung.sty"
	default
}