diff options
author | Wynn Wolf Arbor | 2021-02-10 12:10:39 +0100 |
---|---|---|
committer | Wynn Wolf Arbor | 2021-02-10 12:10:39 +0100 |
commit | d61a40afdf5f4138edce7e41c03ab6488a6af3ec (patch) | |
tree | 69e0122ec6b3d5f6585f2f46acb0a9d1802b6c4c /app-text/lowdown/lowdown-0.7.7.ebuild | |
parent | eb43787d83a7c182a28256228f8eb5e16aeacbae (diff) | |
download | pramantha-d61a40afdf5f4138edce7e41c03ab6488a6af3ec.tar.gz |
app-text/lowdown: Bump to 0.8.1
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Diffstat (limited to 'app-text/lowdown/lowdown-0.7.7.ebuild')
-rw-r--r-- | app-text/lowdown/lowdown-0.7.7.ebuild | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/app-text/lowdown/lowdown-0.7.7.ebuild b/app-text/lowdown/lowdown-0.7.7.ebuild deleted file mode 100644 index 59dd497..0000000 --- a/app-text/lowdown/lowdown-0.7.7.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# 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" -} |