summaryrefslogtreecommitdiff
path: root/dev-ml/ocsigen-i18n/ocsigen-i18n-3.1.0.ebuild
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-07-09 17:11:19 +0200
committerAlexis Ballier <aballier@gentoo.org>2017-07-09 19:16:17 +0200
commit29d65473417cd7c24c96a00f2437ef4613d051b9 (patch)
tree26dca99260d1022669397dbe09149068807c4360 /dev-ml/ocsigen-i18n/ocsigen-i18n-3.1.0.ebuild
parentf8f589b8966d6c12f0584c3e28b8d8d7dbb99f54 (diff)
downloadgentoo-29d65473417cd7c24c96a00f2437ef4613d051b9.tar.gz
gentoo-29d65473417cd7c24c96a00f2437ef4613d051b9.tar.xz
dev-ml/ocsigen-i18n: initial import; ebuild by me
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-ml/ocsigen-i18n/ocsigen-i18n-3.1.0.ebuild')
-rw-r--r--dev-ml/ocsigen-i18n/ocsigen-i18n-3.1.0.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-ml/ocsigen-i18n/ocsigen-i18n-3.1.0.ebuild b/dev-ml/ocsigen-i18n/ocsigen-i18n-3.1.0.ebuild
new file mode 100644
index 00000000000..ab2fac7140f
--- /dev/null
+++ b/dev-ml/ocsigen-i18n/ocsigen-i18n-3.1.0.ebuild
@@ -0,0 +1,23 @@
+# 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
+}