aboutsummaryrefslogtreecommitdiffstats
path: root/app-text/lowdown/lowdown-0.7.2.ebuild
diff options
context:
space:
mode:
authorWynn Wolf Arbor2020-08-10 11:18:18 +0200
committerWynn Wolf Arbor2020-08-10 11:18:18 +0200
commitf8bc7e686fdc3770fc9699fa4216435d632bc899 (patch)
tree22f8e151753a4a86497d2f31eacbddc7a05cab00 /app-text/lowdown/lowdown-0.7.2.ebuild
parent5eee797e6379be21f429d6de3de275b4d54d9eda (diff)
downloadpramantha-f8bc7e686fdc3770fc9699fa4216435d632bc899.tar.gz
app-text/lowdown: Bump to 0.7.2
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Diffstat (limited to 'app-text/lowdown/lowdown-0.7.2.ebuild')
-rw-r--r--app-text/lowdown/lowdown-0.7.2.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/app-text/lowdown/lowdown-0.7.2.ebuild b/app-text/lowdown/lowdown-0.7.2.ebuild
new file mode 100644
index 0000000..7d5d165
--- /dev/null
+++ b/app-text/lowdown/lowdown-0.7.2.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="static"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+RESTRICT="mirror"
+
+src_configure() {
+ ./configure LDFLAGS="$(usex static '-static' '' '' '')" PREFIX="${EPREFIX}/usr" MANDIR="${EPREFIX}/usr/share/man"
+}