13 lines
464 B
Bash
13 lines
464 B
Bash
# Template file for 'pev'
|
|
pkgname=pev
|
|
version=0.70
|
|
revision=2
|
|
wrksrc=${pkgname}
|
|
build_style=gnu-makefile
|
|
makedepends="libressl-devel pcre-devel"
|
|
short_desc="The PE file analysis toolkit"
|
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
|
license="GPL-3"
|
|
homepage="http://pev.sourceforge.net/"
|
|
distfiles="${SOURCEFORGE_SITE}/project/${pkgname}/${pkgname}-${version}/${pkgname}-${version}.tar.gz"
|
|
checksum=250396a06930d60a92e9bc86d7afb543d899ba12c007d1be5d09802a02908202
|