From 4f2c19b02fba7f1b5422c8d475502f6106ebd6cc Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Thu, 4 Mar 2021 20:46:29 +0100 Subject: app-text/lowdown: Bump to 0.8.2 Package-Manager: Portage-3.0.13, Repoman-3.0.2 --- app-text/lowdown/lowdown-0.8.2.ebuild | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 app-text/lowdown/lowdown-0.8.2.ebuild (limited to 'app-text/lowdown/lowdown-0.8.2.ebuild') diff --git a/app-text/lowdown/lowdown-0.8.2.ebuild b/app-text/lowdown/lowdown-0.8.2.ebuild new file mode 100644 index 0000000..59dd497 --- /dev/null +++ b/app-text/lowdown/lowdown-0.8.2.ebuild @@ -0,0 +1,23 @@ +# Copyright 2021 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="static" + +DEPEND="" +RDEPEND="${DEPEND}" +BDEPEND="" + +RESTRICT="mirror" + +src_configure() { + ./configure LDFLAGS="$(usex static '-static' '' '' '')" PREFIX="${EPREFIX}/usr" MANDIR="${EPREFIX}/usr/share/man" +} -- cgit v1.2.3-2-gb3c3