summaryrefslogtreecommitdiff
path: root/binwalk/Pkgfile
blob: 39d0b699a763b17e3631deb72e9db7af40d660ff (plain)
    1 # Description: A tool for searching a given binary image for embedded files
    2 # URL:         https://github.com/ReFirmLabs/binwalk
    3 # Maintainer:  Alexandr Savca, alexandrsavca89 at gmail dot com
    4 # Depends on:  python3-setuptools
    5 
    6 name=binwalk
    7 version=2.2.0-e30a71b
    8 _commit=e30a71bdc55ab678c99a57f6e1cbba6d2f007c64
    9 release=1
   10 source=(https://github.com/ReFirmLabs/$name/archive/$_commit/$name-$_commit.tar.gz)
   11 
   12 build() {
   13 	cd $name-$_commit
   14 
   15 	python3 setup.py build
   16 	python3 setup.py install --root=$PKG --optimize=1 --skip-build
   17 }

Generated by cgit