aboutsummaryrefslogtreecommitdiffstats
path: root/app-text
diff options
context:
space:
mode:
authorWynn Wolf Arbor2020-01-13 15:59:49 +0100
committerWynn Wolf Arbor2020-01-13 15:59:49 +0100
commit90b60b5044587535e792ed5410acbf10a76963e7 (patch)
tree316d681581cb2b3a4218f31e72cab376e70b8252 /app-text
downloadpramantha-90b60b5044587535e792ed5410acbf10a76963e7.tar.gz
Initial import
Diffstat (limited to 'app-text')
-rw-r--r--app-text/lowdown/Manifest3
-rw-r--r--app-text/lowdown/lowdown-0.4.6.ebuild23
-rw-r--r--app-text/lowdown/metadata.xml7
3 files changed, 33 insertions, 0 deletions
diff --git a/app-text/lowdown/Manifest b/app-text/lowdown/Manifest
new file mode 100644
index 0000000..3ab0247
--- /dev/null
+++ b/app-text/lowdown/Manifest
@@ -0,0 +1,3 @@
+DIST lowdown-0.4.6.tar.gz 103959 BLAKE2B 3990b427beb79f2631e7bb56976399de6a5a19ae22282c35c7b09c96059df29b9059e62c22732add13aea79d93d25c4485b8af8154a46c4aca60e98c2d0ac720 SHA512 cf626683289c81afe5c84e9c835ba6739a2c970891fb8080ff6bdc07692d91e60429d8d481bd9951d4ff4b0424e7c196ec597ddfcb8d218df324642efe564e15
+EBUILD lowdown-0.4.6.ebuild 463 BLAKE2B 01ef5cd256ffc9e26ee17018197a58c40288cf5fba9778a489b5f782ec1cd2e05e91453cf6beedb543b3ae53d2ca624da3cdc4061df35db94294b9110a198b11 SHA512 b64d7ba2d77455098b08986ef3548c779897304f59a4db49accb4e8633f36298b7615c520e8ff1cd105eb507826c1039babc07a4668100649e831e985b35fa0e
+MISC metadata.xml 223 BLAKE2B 2c1cd83f1f1d25a43ea978cd66b5c9f6020889613dfaed65d6745858a45d4bf50fda775305420e41c36cafd63d63746ed894411acbced66ab8ae04906dfb8592 SHA512 4f71eacfeb2b21a4ea746ce1663777937b920e942c94eef1fe93c3557e207c9fdb2569369d56637cba563dc50179d62195db6225123ecfedc303600b8a0bb49b
diff --git a/app-text/lowdown/lowdown-0.4.6.ebuild b/app-text/lowdown/lowdown-0.4.6.ebuild
new file mode 100644
index 0000000..baaefc9
--- /dev/null
+++ b/app-text/lowdown/lowdown-0.4.6.ebuild
@@ -0,0 +1,23 @@
+# Copyright 2019 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"
+}
diff --git a/app-text/lowdown/metadata.xml b/app-text/lowdown/metadata.xml
new file mode 100644
index 0000000..c84abce
--- /dev/null
+++ b/app-text/lowdown/metadata.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>wolf@oriole.systems</email>
+ </maintainer>
+</pkgmetadata>