mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
binwalk: noarch=yes
"Removal of all C library dependencies, including libmagic - pure Python!"
This commit is contained in:
parent
6cb007e8f7
commit
df58457fe6
1 changed files with 5 additions and 4 deletions
|
@ -1,16 +1,17 @@
|
||||||
# Template build file for 'binwalk'.
|
# Template build file for 'binwalk'.
|
||||||
pkgname=binwalk
|
pkgname=binwalk
|
||||||
version=2.1.1
|
version=2.1.1
|
||||||
revision=3
|
revision=4
|
||||||
hostmakedepends="python3"
|
noarch=yes
|
||||||
depends="python3 libmagic libfuzzy"
|
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="binwalk"
|
pycompile_module="binwalk"
|
||||||
|
hostmakedepends="python3"
|
||||||
|
depends="python3"
|
||||||
short_desc="Easy tool for analyzing/reversing/extracting firmware images"
|
short_desc="Easy tool for analyzing/reversing/extracting firmware images"
|
||||||
maintainer="Duncaen <duncaen@voidlinux.eu>"
|
maintainer="Duncaen <duncaen@voidlinux.eu>"
|
||||||
homepage="http://www.binwalk.org"
|
homepage="http://www.binwalk.org"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="https://github.com/devttys0/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/ReFirmLabs/binwalk/archive/v${version}.tar.gz"
|
||||||
checksum=1b70a5b03489d29f60fef18008a2164974234874faab48a4f47ec53d461d284a
|
checksum=1b70a5b03489d29f60fef18008a2164974234874faab48a4f47ec53d461d284a
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue