aboutsummaryrefslogtreecommitdiffstats
path: root/app-text/lowdown/lowdown-0.6.2.ebuild
diff options
context:
space:
mode:
authorWynn Wolf Arbor2020-03-15 19:03:51 +0100
committerWynn Wolf Arbor2020-03-15 19:03:51 +0100
commit554e4d928e28ff5f9e52ce4b6657e530eb77c9df (patch)
treee943ad9581cff6354be5efeda09806a4276cebd1 /app-text/lowdown/lowdown-0.6.2.ebuild
parentd4c3563f80aab6b518aff5abe4ef9ff1ca053ed9 (diff)
downloadpramantha-554e4d928e28ff5f9e52ce4b6657e530eb77c9df.tar.gz
app-text/lowdown: Bump to 0.6.2
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Diffstat (limited to 'app-text/lowdown/lowdown-0.6.2.ebuild')
-rw-r--r--app-text/lowdown/lowdown-0.6.2.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/app-text/lowdown/lowdown-0.6.2.ebuild b/app-text/lowdown/lowdown-0.6.2.ebuild
new file mode 100644
index 0000000..c8e11e2
--- /dev/null
+++ b/app-text/lowdown/lowdown-0.6.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=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+RESTRICT="mirror"
+
+src_configure() {
+ ./configure PREFIX="${EPREFIX}/usr" MANDIR="${EPREFIX}/usr/share/man"
+}