gentoo-ebuilds/dev-ml/camlbz2/camlbz2-0.8.0-r1.ebuild
Arthur Zamarin 017c7de4a8
dev-ml/camlbz2: Stabilize 0.8.0-r1 arm64, #941576
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-10-18 18:40:09 +03:00

20 lines
493 B
Bash

# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DUNE_PKG_NAME=bz2
inherit dune
DESCRIPTION="OCaml bindings for libbz (AKA, bzip2)"
HOMEPAGE="https://gitlab.com/irill/camlbz2"
SRC_URI="https://gitlab.com/irill/camlbz2/-/archive/${PV}/${P}.tar.bz2"
LICENSE="LGPL-2.1"
SLOT="0/${PV}"
KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86"
IUSE="+ocamlopt"
DEPEND="app-arch/bzip2
dev-ml/stdlib-shims:=[ocamlopt?]"
RDEPEND="${DEPEND}"