You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
31 lines
1.1 KiB
Tcl
31 lines
1.1 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup python 1.0
|
|
PortGroup github 1.0
|
|
|
|
github.setup OSPG binwalk 2.4.3 v
|
|
github.tarball_from archive
|
|
name ${github.project}[lindex [split ${version} .] 0]
|
|
revision 2
|
|
conflicts binwalk
|
|
|
|
categories cross
|
|
platforms {darwin any}
|
|
license MIT
|
|
supported_archs noarch
|
|
maintainers {stromnov @stromnov} openmaintainer
|
|
description Binwalk is a fast, easy to use tool for analyzing, reverse engineering, and extracting firmware images
|
|
long_description {*}${description}
|
|
|
|
checksums rmd160 f383269e08d0cc11064e543e1de2f51af84c8bff \
|
|
sha256 1b48aa2167dda6b434d6c98bdfbf513358ed65ca10d5e5dd90893718cabcdfab \
|
|
size 39746820
|
|
|
|
python.default_version \
|
|
314
|
|
|
|
depends_lib-append port:py${python.default_version}-pylzma
|
|
|
|
test.run yes
|