dev-util/uefitool - 0.28.0 (booboo)

Search

Install

Install this version:

emerge -a =dev-util/uefitool-0.28.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-util/uefitool-0.28.0

Or alternatively:

emerge --autounmask-write -a =dev-util/uefitool-0.28.0

Package Information

Description:
UEFI firmware image viewer and editor
Homepage:
https://github.com/LongSoft/UEFITool
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
0.28.0 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit qmake-utils

DESCRIPTION="UEFI firmware image viewer and editor"
HOMEPAGE="https://github.com/LongSoft/UEFITool"
SRC_URI="https://github.com/LongSoft/UEFITool/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND=""
DEPEND="
	${RDEPEND}
	dev-qt/qtcore:5
	dev-qt/qtgui:5
	dev-qt/qtwidgets:5
"

S="${WORKDIR}/UEFITool-${PV}"

src_configure() {
	eqmake5 .
}

src_install() {
	dobin UEFITool
}

Inherited Eclasses

Dependencies

DEPEND

	
	dev-qt/qtcore:5
	dev-qt/qtgui:5
	dev-qt/qtwidgets:5

Manifest for 0.28.0

Type File Size Source URLs
DIST uefitool-0.28.0.tar.gz 217218 bytes https://github.com/LongSoft/UEFITool/archive/0.28.0.tar.gz