dev-lang/kona - 9999 (booboo)

Search

Install

Install this version:

emerge -a =dev-lang/kona-9999

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

autounmask =dev-lang/kona-9999

Or alternatively:

emerge --autounmask-write -a =dev-lang/kona-9999

Package Information

Description:
Kona is an open-source implementation of the K programming language.
Homepage:
https://github.com/kevinlawler/kona
License:
ISC

Ebuild Details

Version EAPI Keywords Slot
9999 7 0
View Raw Ebuild
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=7

inherit git-r3

DESCRIPTION="Kona is an open-source implementation of the K programming language."
HOMEPAGE="https://github.com/kevinlawler/kona"
EGIT_REPO_URI='https://github.com/kevinlawler/kona.git'

LICENSE="ISC"
SLOT="0"
KEYWORDS=""
IUSE=""

DEPEND=""
RDEPEND="${DEPEND}"

src_install() {
	dodir /usr/bin
	emake install PREFIX="${D}/usr/"
}

Inherited Eclasses