You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/www-apps/rocketwiki-lqfb/rocketwiki-lqfb-0.4.ebuild

32 lines
653 B

# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
MY_P=${PN}-v${PV}
DESCRIPTION="Small parser which translates a wiki dialect to HTML"
HOMEPAGE="https://www.public-software-group.org/rocketwiki"
SRC_URI="https://www.public-software-group.org/pub/projects/rocketwiki/liquid_feedback_edition/v${PV}/${MY_P}.tar.gz"
LICENSE="HPND"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="dev-libs/gmp"
DEPEND="${RDEPEND}
dev-haskell/parsec
dev-lang/ghc"
S=${WORKDIR}/${MY_P}
PATCHES=(
"${FILESDIR}"/${P}-utf8.patch
"${FILESDIR}"/${P}-parsec1.patch
)
src_install() {
dobin ${PN}{,-compat}
}