New package: peframe-5.0.1

This commit is contained in:
Andrew Benson 2018-06-13 10:31:32 -05:00 committed by maxice8
parent 6ff7661b76
commit 000c0ab3f5

25
srcpkgs/peframe/template Normal file
View file

@ -0,0 +1,25 @@
# Template file for 'peframe'
pkgname=peframe
version=5.0.1
revision=1
noarch=yes
_gitver=b8f46740d6870c4e3d60a1f157773af9221c2f67
wrksrc="${pkgname}-${_gitver}"
build_style=python-module
pycompile_module="peframe"
hostmakedepends="python-setuptools"
depends="python-simplejson"
short_desc="Perform static analysis on Portable Executables"
maintainer="Andrew Benson <abenson+void@gmail.com>"
license="MIT"
homepage="https://github.com/guelfoweb/peframe"
distfiles="https://github.com/guelfoweb/peframe/archive/${_gitver}.tar.gz"
checksum=74cfdc51e999a4b86102dd383e7bf5e170da70f796a7cedb341e5c81774c7891
pre_configure() {
sed -n '5,24p' peframe/peframe.py > LICENSE
}
post_install() {
vlicense LICENSE
}