aboutsummaryrefslogblamecommitdiffstats
path: root/app-text/lowdown/lowdown-0.6.5-r1.ebuild
blob: 7d5d165a28d44277cc464b875d1d6b1793af749b (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
                               










                                                                  
             







                   
                                                                                                                         
 
# 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"
}