void-packages/srcpkgs/binwalk/template

20 lines
543 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
revision=4
noarch=yes
2018-04-05 12:12:45 +00:00
build_style=python3-module
2015-12-18 22:58:06 +00:00
pycompile_module="binwalk"
hostmakedepends="python3"
depends="python3"
2015-12-18 22:58:06 +00:00
short_desc="Easy tool for analyzing/reversing/extracting firmware images"
maintainer="Duncaen <duncaen@voidlinux.org>"
2015-12-18 22:58:06 +00:00
homepage="http://www.binwalk.org"
license="MIT"
distfiles="https://github.com/ReFirmLabs/binwalk/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
}