From bffc2f868984937e277f60965122b33f30cf17ad Mon Sep 17 00:00:00 2001 From: Wynn Wolf Arbor Date: Thu, 21 May 2020 12:18:28 +0200 Subject: app-text/lowdown: Bump to 0.6.5 Package-Manager: Portage-2.3.99, Repoman-2.3.22 --- app-text/lowdown/lowdown-0.6.5.ebuild | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 app-text/lowdown/lowdown-0.6.5.ebuild (limited to 'app-text/lowdown/lowdown-0.6.5.ebuild') diff --git a/app-text/lowdown/lowdown-0.6.5.ebuild b/app-text/lowdown/lowdown-0.6.5.ebuild new file mode 100644 index 0000000..c8e11e2 --- /dev/null +++ b/app-text/lowdown/lowdown-0.6.5.ebuild @@ -0,0 +1,23 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Simple markdown translator" +HOMEPAGE="https://kristaps.bsd.lv/lowdown/" +SRC_URI="https://kristaps.bsd.lv/lowdown/snapshots/${P}.tar.gz" + +LICENSE="ISC" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" +BDEPEND="" + +RESTRICT="mirror" + +src_configure() { + ./configure PREFIX="${EPREFIX}/usr" MANDIR="${EPREFIX}/usr/share/man" +} -- cgit v1.2.3-2-gb3c3