mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
binwalk: update to 2.2.0.
This commit is contained in:
parent
5b508405b6
commit
becbc34ae1
1 changed files with 14 additions and 5 deletions
|
@ -1,18 +1,27 @@
|
||||||
# Template build file for 'binwalk'.
|
# Template file for 'binwalk'
|
||||||
pkgname=binwalk
|
pkgname=binwalk
|
||||||
version=2.1.1
|
version=2.2.0
|
||||||
revision=4
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="binwalk"
|
pycompile_module="binwalk"
|
||||||
hostmakedepends="python3"
|
hostmakedepends="python3"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
|
checkdepends="python3-nose"
|
||||||
short_desc="Easy tool for analyzing/reversing/extracting firmware images"
|
short_desc="Easy tool for analyzing/reversing/extracting firmware images"
|
||||||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||||
homepage="http://www.binwalk.org"
|
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
homepage="https://github.com/ReFirmLabs/binwalk"
|
||||||
distfiles="https://github.com/ReFirmLabs/binwalk/archive/v${version}.tar.gz"
|
distfiles="https://github.com/ReFirmLabs/binwalk/archive/v${version}.tar.gz"
|
||||||
checksum=1b70a5b03489d29f60fef18008a2164974234874faab48a4f47ec53d461d284a
|
checksum=f5495f0e4c5575023d593f7c087c367675df6aeb7f4d9a2966e49763924daa27
|
||||||
|
|
||||||
|
post_extract() {
|
||||||
|
vsed -i -e 's;/etc/bash_completion.d/%s;%s.bash;' setup.py
|
||||||
|
}
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
PYTHONPATH="${wrksrc}/src" python3 setup.py test
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue