summaryrefslogtreecommitdiff
blob: 5f5be81b9dea828602ca6065aaae3c65c643d7bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=5

DESCRIPTION="Displays boot information in a convenient format to troubleshoot booting problems"
HOMEPAGE="http://bootinfoscript.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"

RDEPEND="app-shells/bash"
DEPEND="${RDEPEND}"
S="${WORKDIR}"

src_install() {
	dobin bootinfoscript
	dodoc README CHANGELOG
}