net-wireless/gnss-sdr: remove deps that are no longer required
[booboo.git] / dev-lang / kona / kona-9999.ebuild
blob7ff0001eccb94ac25b5f63650feaa516efef7ac0
1 # Copyright 1999-2011 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
5 EAPI=7
7 inherit git-r3
9 DESCRIPTION="Kona is an open-source implementation of the K programming language."
10 HOMEPAGE="https://github.com/kevinlawler/kona"
11 EGIT_REPO_URI='https://github.com/kevinlawler/kona.git'
13 LICENSE="ISC"
14 SLOT="0"
15 KEYWORDS=""
16 IUSE=""
18 DEPEND=""
19 RDEPEND="${DEPEND}"
21 src_install() {
22         dodir /usr/bin
23         emake install PREFIX="${D}/usr/"