dev-lang/kuroko - 1.4.0 (lanodanOverlay)

Search

Install

Install this version:

emerge -a =dev-lang/kuroko-1.4.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-lang/kuroko-1.4.0

Or alternatively:

emerge --autounmask-write -a =dev-lang/kuroko-1.4.0

Package Information

Description:
Dynamic, bytecode-compiled programming language and a dialect of Python
Homepage:
https://kuroko-lang.github.io/
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.4.0 8 ~amd64 0
View Raw Ebuild
# Copyright 2022 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="Dynamic, bytecode-compiled programming language and a dialect of Python"
HOMEPAGE="https://kuroko-lang.github.io/"
SRC_URI="https://github.com/kuroko-lang/kuroko/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

src_configure() {
	export prefix=/usr
	export libdir="/usr/$(get_libdir)"
	default
}

Manifest for 1.4.0

Type File Size Source URLs
DIST kuroko-1.4.0.tar.gz 1329265 bytes https://github.com/kuroko-lang/kuroko/archive/refs/tags/v1.4.0.tar.gz