**/Manifest: purge WHIRLPOOL hashes
[booboo.git] / dev-util / uefitool / uefitool-0.28.0.ebuild
blob99d20179225bcd36d4a4ae3d75df63c8ea45ef63
1 # Copyright 1999-2018 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
4 EAPI=7
6 inherit qmake-utils
8 DESCRIPTION="UEFI firmware image viewer and editor"
9 HOMEPAGE="https://github.com/LongSoft/UEFITool"
10 SRC_URI="https://github.com/LongSoft/UEFITool/archive/${PV}.tar.gz -> ${P}.tar.gz"
12 LICENSE="BSD"
13 SLOT="0"
14 KEYWORDS="~amd64 ~x86"
15 IUSE=""
17 RDEPEND=""
18 DEPEND="
19 ${RDEPEND}
20 dev-qt/qtcore:5
21 dev-qt/qtgui:5
22 dev-qt/qtwidgets:5
25 S="${WORKDIR}/UEFITool-${PV}"
27 src_configure() {
28 eqmake5 .
31 src_install() {
32 dobin UEFITool