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/dev-ml/ocsigen-i18n/ocsigen-i18n-3.1.0.ebuild

24 lines
537 B

# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DESCRIPTION="I18n made easy for web sites written with eliom"
HOMEPAGE="https://github.com/besport/ocsigen-i18n"
SRC_URI="https://github.com/besport/ocsigen-i18n/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE=""
RDEPEND="dev-lang/ocaml:="
DEPEND="${RDEPEND}
dev-ml/findlib"
src_install() {
dodir /usr/bin
emake bindir="${ED}/usr/bin" install || die
dodoc README.MD
}