Skip to content

Commit

Permalink
ebuild skell
Browse files Browse the repository at this point in the history
  • Loading branch information
necrose99 authored Feb 19, 2020
1 parent 0323094 commit 53ef1b3
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions eselect-vala-9999.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

inherit git-r3

DESCRIPTION="Eselect module to maintain vala compiler symlink"
HOMEPAGE="http://code.google.com/p/eselect-vala/"

EGIT_REPO_URI="https://github.com/Bodyfarm/eselect-vala.git/"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
IUSE=""

RDEPEND="app-admin/eselect
dev-lang/vala"
DEPEND="${RDEPEND}
sys-devel/m4"

DOCS="AUTHORS README"

src_install() {
emake DESTDIR="${D}" install
dodoc ${DOCS}
}

0 comments on commit 53ef1b3

Please sign in to comment.