dev-lang/haxe-bin - 4.2.3 (riru)

Search

Package Information

Description:
An open source toolkit based on a modern, strictly typed programming language
Homepage:
https://haxe.org/
License:
GPL-2+ MIT

Ebuild Details

Version EAPI Keywords Slot
4.2.3 7 ~amd64 4
View Raw Ebuild
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DESCRIPTION="An open source toolkit based on a modern, strictly typed programming language"
HOMEPAGE="https://haxe.org/"

LICENSE="GPL-2+ MIT"
SLOT="4"
KEYWORDS="~amd64"

SRC_URI="https://github.com/HaxeFoundation/haxe/releases/download/${PV}/haxe-${PV}-linux64.tar.gz"

DEPEND="
	dev-libs/libpcre
	sys-libs/zlib
	dev-lang/neko[ssl]
"

# installsources doesn't work properly
RESTRICT="installsources"

S="${WORKDIR}/haxe_20210701100239_1385eda"

src_install() {
	dobin haxe haxelib

	insinto /usr/share/haxe
	doins -r std
}

Dependencies

DEPEND

	dev-libs/libpcre
	sys-libs/zlib
	dev-lang/neko[ssl]

Manifest for 4.2.3

Type File Size Source URLs
DIST haxe-4.2.3-linux64.tar.gz 9915104 bytes https://github.com/HaxeFoundation/haxe/releases/download/4.2.3/haxe-4.2.3-linux64.tar.gz