void-packages/srcpkgs/binwalk/template

19 lines
547 B
Bash
Raw Normal View History

2015-12-18 22:58:06 +00:00
# Template build file for 'binwalk'.
pkgname=binwalk
2015-12-28 13:54:27 +00:00
version=2.1.1
2015-12-18 22:58:06 +00:00
revision=1
hostmakedepends="python"
depends="python libmagic libfuzzy"
2015-12-28 13:54:27 +00:00
build_style=python-module
2015-12-18 22:58:06 +00:00
pycompile_module="binwalk"
short_desc="Easy tool for analyzing/reversing/extracting firmware images"
maintainer="Duncaen <duncaen@voidlinux.eu>"
homepage="http://www.binwalk.org"
license="MIT"
distfiles="https://github.com/devttys0/${pkgname}/archive/v${version}.tar.gz"
2015-12-28 13:54:27 +00:00
checksum=1b70a5b03489d29f60fef18008a2164974234874faab48a4f47ec53d461d284a
2015-12-18 22:58:06 +00:00
2015-12-28 13:54:27 +00:00
post_install() {
2015-12-18 22:58:06 +00:00
vlicense LICENSE
}