16 lines
579 B
Bash
16 lines
579 B
Bash
# Template file for 'python3-ropgadget'
|
|
pkgname=python3-ropgadget
|
|
version=7.4
|
|
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=a40626a32cf867d06192ef24e16221b2b7ba82e2ec84ab5bfdfb0b017559342f
|