16 lines
583 B
Bash
16 lines
583 B
Bash
# Template file for 'python3-ropgadget'
|
|
pkgname=python3-ropgadget
|
|
version=6.5
|
|
revision=1
|
|
wrksrc="ROPGadget-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
makedepends="python3-devel"
|
|
depends="capstone-python3 python3"
|
|
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=4c0e56f2ba0aef13b2c8ca286aad663525b92020b11bacd16791f5236247905c
|