summaryrefslogtreecommitdiff
path: root/sys-boot/grub-handler/grub-handler-0.2-r6.ebuild
blob: d312d1b252175832db807efac155885bedb503f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 2009-2014 Sabayon Linux
# Copyright 2015 Kogaion Linux
# Distributed under the terms of the GNU General Public License v2

inherit eutils

DESCRIPTION="Kogaion Linux GRUB utilities"
HOMEPAGE="http://www.rogentos.ro"
SRC_URI=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 amd64"
IUSE=""

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

src_install () {
	exeinto /usr/sbin
	doexe "${FILESDIR}/${PN}"
}