From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- app-office/geierlein/geierlein-0.9.11.ebuild | 29 ++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 app-office/geierlein/geierlein-0.9.11.ebuild (limited to 'app-office/geierlein/geierlein-0.9.11.ebuild') diff --git a/app-office/geierlein/geierlein-0.9.11.ebuild b/app-office/geierlein/geierlein-0.9.11.ebuild new file mode 100644 index 000000000000..782e682a6819 --- /dev/null +++ b/app-office/geierlein/geierlein-0.9.11.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="Submit tax forms (Umsatzsteuervoranmeldung) to German ELSTER" +HOMEPAGE="https://stesie.github.com/geierlein/" +SRC_URI="https://github.com/stesie/geierlein/archive/V${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" +RDEPEND="|| ( www-client/firefox www-client/firefox-bin )" +DEPEND="" + +# needs nodejs and a couple of modules we don't have packaged +RESTRICT="test" + +src_compile() { + emake prefix=/usr +} + +src_install() { + emake \ + DESTDIR="${D}" \ + prefix=/usr \ + install || die + dodoc README.md +} -- cgit v1.2.3