diff --git a/app-forensics/pcileech/Manifest b/app-forensics/pcileech/Manifest new file mode 100644 index 000000000..79569e39d --- /dev/null +++ b/app-forensics/pcileech/Manifest @@ -0,0 +1 @@ +DIST pcileech-3.0.tar.gz 707974 BLAKE2B f84f770cc0c97f76fe1cea6fc412829c21e8b5ceca9ae6e0eaf847f606e9faf80c82e9f028672bc44bd41dfffcafe71e6c35b612cc4191d03fd2e74e33620c89 SHA512 d8cf100945abb0c8b20a88d5fa47509fc7eefd60b09acad2ac67a493db9f61d0fdb02ddf7f9b0d37932408f8eb047e759bf1ebd108d449e07352413cc39f0287 diff --git a/app-forensics/pcileech/pcileech-3.0.ebuild b/app-forensics/pcileech/pcileech-3.0.ebuild new file mode 100644 index 000000000..512dcd00a --- /dev/null +++ b/app-forensics/pcileech/pcileech-3.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +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 ~x86" +IUSE="python" + +DEPEND="" +RDEPEND="${DEPEND}" + +src_compile() { + emake -C pcileech +} + +src_install(){ + dobin pcileech/pcileech +}