18 lines
548 B
Bash
18 lines
548 B
Bash
# Template build file for 'binwalk'.
|
|
pkgname=binwalk
|
|
version=2.1.1
|
|
revision=1
|
|
hostmakedepends="python"
|
|
depends="python libmagic libfuzzy"
|
|
build_style=python2-module
|
|
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"
|
|
checksum=1b70a5b03489d29f60fef18008a2164974234874faab48a4f47ec53d461d284a
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|