diff options
author | 2020-10-13 17:50:57 +1100 | |
---|---|---|
committer | 2020-10-13 23:53:42 +1100 | |
commit | ccb6f1aa9ed9e9550e3a7406d02a36e392cb9c35 (patch) | |
tree | 4e54ad0b4935fc88fdfdbf9c942ed298e7f698eb /dev-ml/ppx_tools/ppx_tools-6.2.ebuild | |
parent | dev-ml/ppx_string: Dependency of dev-ml/ppx_jane (diff) | |
download | gentoo-ccb6f1aa9ed9e9550e3a7406d02a36e392cb9c35.tar.gz gentoo-ccb6f1aa9ed9e9550e3a7406d02a36e392cb9c35.tar.bz2 gentoo-ccb6f1aa9ed9e9550e3a7406d02a36e392cb9c35.zip |
dev-ml/ppx_tools: Bump to 6.2
Co-Author: Alexis Ballier <aballier@gentoo.org>
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Mark Wright <gienah@gentoo.org>
Diffstat (limited to 'dev-ml/ppx_tools/ppx_tools-6.2.ebuild')
-rw-r--r-- | dev-ml/ppx_tools/ppx_tools-6.2.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-ml/ppx_tools/ppx_tools-6.2.ebuild b/dev-ml/ppx_tools/ppx_tools-6.2.ebuild new file mode 100644 index 000000000000..3530629b0eaa --- /dev/null +++ b/dev-ml/ppx_tools/ppx_tools-6.2.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit dune + +MY_PV=$(ver_rs 2 '+') +DESCRIPTION="Tools for authors of ppx rewriters" +HOMEPAGE="https://github.com/alainfrisch/ppx_tools" +SRC_URI="https://github.com/alainfrisch/ppx_tools/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" +IUSE="+ocamlopt" + +DEPEND="" +RDEPEND="${DEPEND}" +S="${WORKDIR}/${PN}-$(ver_rs 2 '-')" |