pentoo-overlay/app-forensics/pcileech/pcileech-4.8.ebuild
2020-12-24 10:54:55 +08:00

32 lines
707 B
Bash

# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Direct Memory Access (DMA) Attack Software"
HOMEPAGE="https://github.com/ufrisk/pcileech"
SRC_URI="https://github.com/ufrisk/pcileech/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 ~arm64 x86"
IUSE="ft60x_driver"
DEPEND="virtual/libusb:1
>=dev-libs/LeechCore-2.3
ft60x_driver? ( sys-kernel/ft60x_driver )"
RDEPEND="${DEPEND}"
#src_prepare() {
#https://github.com/ufrisk/pcileech/issues/82
# sed -i "s|files/$|files/ \|true|" pcileech/Makefile
# eapply_user
#}
src_compile() {
emake -C pcileech
}
src_install(){
dobin files/pcileech
}