mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
pcileech: v3.1 bump
This commit is contained in:
parent
8da9dbb330
commit
11b89b5cba
3 changed files with 27 additions and 1 deletions
|
|
@ -1 +1 @@
|
|||
DIST pcileech-3.0.tar.gz 707974 BLAKE2B f84f770cc0c97f76fe1cea6fc412829c21e8b5ceca9ae6e0eaf847f606e9faf80c82e9f028672bc44bd41dfffcafe71e6c35b612cc4191d03fd2e74e33620c89 SHA512 d8cf100945abb0c8b20a88d5fa47509fc7eefd60b09acad2ac67a493db9f61d0fdb02ddf7f9b0d37932408f8eb047e759bf1ebd108d449e07352413cc39f0287
|
||||
DIST pcileech-3.1.tar.gz 713649 BLAKE2B d2b52c8d68cef42ef86348650a3fbc53b65e89b31b64968b8cdbbfcaf82ec7b24c1cf068d3c52bc7df0e2fa4f4f44c6ff8481b083bc45f04b8415420d3673411 SHA512 458434a9c51309e42b8097b73fd3a55b11e53a2263ec659336c469b7b9188f32f302527b219206ed14684818e1f2a313c9a831ba905d1104a7446ccf96898c65
|
||||
|
|
|
|||
24
app-forensics/pcileech/pcileech-3.1.ebuild
Normal file
24
app-forensics/pcileech/pcileech-3.1.ebuild
Normal file
|
|
@ -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="virtual/libusb:1"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_compile() {
|
||||
emake -C pcileech
|
||||
}
|
||||
|
||||
src_install(){
|
||||
dobin pcileech/pcileech
|
||||
}
|
||||
|
|
@ -13,6 +13,8 @@ app-forensics/libpff
|
|||
~app-forensics/inception-0.4.1
|
||||
~app-forensics/libforensic1394-0.2
|
||||
|
||||
app-forensics/pcileech
|
||||
|
||||
~app-misc/hivex-1.3.11
|
||||
|
||||
app-forensics/libvshadow
|
||||
|
|
|
|||
Loading…
Reference in a new issue