Files
guru/dev-lang/janet/janet-9999.ebuild
Maciej Barć b6c273c7f5 dev-lang/janet: add version 1.16.1 and live
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Maciej Barć <xgqt@riseup.net>
2021-06-16 18:04:45 +02:00

21 lines
487 B
Bash

# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit meson
DESCRIPTION="Janet is a functional and imperative programming language"
HOMEPAGE="https://janet-lang.org/"
if [[ "${PV}" == *9999* ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/janet-lang/${PN}.git"
else
SRC_URI="https://github.com/janet-lang/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
fi
LICENSE="MIT"
SLOT="0"