# Maintainer GI Jack pkgname=aflplusplus pkgver=3.14c pkgrel=1 pkgdesc="afl++ is afl with community patches, AFLfast power schedules, qemu 3.1 upgrade + laf-intel support, MOpt mutators, InsTrim instrumentation, unicorn_mode and a lot more!" arch=('x86_64') url="https://github.com/vanhauser-thc/AFLplusplus" license=('Apache') provides=('afl') conflicts=('afl') optdepends=('qemu: use QEMU with afl') source=("https://github.com/AFLplusplus/AFLplusplus/archive/${pkgver}.tar.gz") sha256sums=('36552e3aac5c390dfec4f75d0dd60dc802c3e97b8baf042aa1edb6529dba0766') prepare() { cd "AFLplusplus-${pkgver}" make clean } build() { cd "AFLplusplus-${pkgver}" make PREFIX="/usr" } package() { cd "AFLplusplus-${pkgver}" make install PREFIX="/usr" DESTDIR="${pkgdir}" }