17 lines
624 B
Bash
17 lines
624 B
Bash
# Template file for 'python3-ropgadget'
|
|
pkgname=python3-ropgadget
|
|
version=6.8
|
|
revision=1
|
|
wrksrc="ROPGadget-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
makedepends="python3-devel"
|
|
depends="capstone-python3 python3"
|
|
checkdepends="python3-wheel python3-pip"
|
|
short_desc="Search gadgets in binaries to facilitate ROP exploitation"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://github.com/JonathanSalwan/ROPgadget"
|
|
distfiles="${PYPI_SITE}/R/ROPGadget/ROPGadget-${version}.tar.gz"
|
|
checksum=8ce1164d64cb524e07bb67b8e03e57eea1535432b712de9b7efc98829de8ea05
|