blob: c8e11e25379c980ca9ec816f5202c0f36b4d203a (
plain) (
tree)
|
|
# 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"
}
|