You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-util/ketchup/ketchup-9999.ebuild

31 lines
534 B

# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="4"
inherit git-2 eutils
DESCRIPTION="tool for updating or switching between versions of the Linux kernel source"
HOMEPAGE="https://github.com/psomas/ketchup"
SRC_URI=""
EGIT_REPO_URI="git://github.com/psomas/ketchup.git"
EGIT_MASTER="experimental"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"
src_install() {
dobin "${PN}"
insinto "/etc"
doins "${PN}rc"
doman "${PN}.1"
}