aboutsummaryrefslogtreecommitdiffstats
path: root/app-text/lowdown/lowdown-0.8.3.ebuild
diff options
context:
space:
mode:
authorWolfgang Müller2021-03-25 14:15:40 +0100
committerWolfgang Müller2021-03-25 14:15:40 +0100
commit58682b9c841ebd791e316911bc7c2dd0c1828ebf (patch)
tree3faa8e7d2bbc0e6313b14691c9505427a7c05d85 /app-text/lowdown/lowdown-0.8.3.ebuild
parentaeaf03f6c79a217089e0b75282d45f74ba2aa6c8 (diff)
downloadpramantha-58682b9c841ebd791e316911bc7c2dd0c1828ebf.tar.gz
app-text/lowdown: Bump to 0.8.3
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Diffstat (limited to 'app-text/lowdown/lowdown-0.8.3.ebuild')
-rw-r--r--app-text/lowdown/lowdown-0.8.3.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/app-text/lowdown/lowdown-0.8.3.ebuild b/app-text/lowdown/lowdown-0.8.3.ebuild
new file mode 100644
index 0000000..59dd497
--- /dev/null
+++ b/app-text/lowdown/lowdown-0.8.3.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"
+}