gensokyo_kappa-overlay/sys-apps/nvramtool/nvramtool-9999.ebuild
kuratsune ae8f0441ef Added: (still untested for now)
-nvramtool (for coreboot/libreboot)
-glogg
Updated: (untested)
-psensor (to 1.2)

Signed-off-by: kuratsune <lightmynx@free.fr>
2018-05-05 14:17:06 +02:00

28 lines
580 B
Bash

# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit subversion eutils
DESCRIPTION="nvramtool is a utility for reading/writing/displaying LinuxBIOS parameters."
HOMEPAGE="http://www.coreboot.org/Nvramtool"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
IUSE=""
SRC_URI=""
ESVN_REPO_URI="svn://coreboot.org/repos/trunk/util/${PN}"
S=${WORKDIR}/${PN}
src_install() {
dobin ${PN} || die "dobin failed"
doman ${PN}.1
}
pkg_postinst() {
ewarn "The machine must be booted with LinuxBIOS to use this program."
}