From 623ee73d661e5ed8475cb264511f683407d87365 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 12 Apr 2020 03:41:30 +0100 Subject: gentoo Easter resync : 12.04.2020 --- net-print/brlaser/brlaser-6.ebuild | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 net-print/brlaser/brlaser-6.ebuild (limited to 'net-print/brlaser/brlaser-6.ebuild') diff --git a/net-print/brlaser/brlaser-6.ebuild b/net-print/brlaser/brlaser-6.ebuild new file mode 100644 index 000000000000..1faee9ad08d7 --- /dev/null +++ b/net-print/brlaser/brlaser-6.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake + +DESCRIPTION="Brother laser printer driver" +HOMEPAGE="https://github.com/pdewacht/brlaser" +SRC_URI="https://github.com/pdewacht/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND="net-print/cups" +RDEPEND=" + ${DEPEND} + app-text/ghostscript-gpl" -- cgit v1.2.3