16 lines
579 B
Bash
16 lines
579 B
Bash
# Template file for 'python3-ropgadget'
|
|
pkgname=python3-ropgadget
|
|
version=7.3
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
makedepends="python3-devel"
|
|
depends="capstone-python3 python3"
|
|
checkdepends="${depends}"
|
|
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=4078e70601a2dc869123dfa352812dcc44767a4bbde482b7059d34b33bb67850
|