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 github 1.0
|
|
|
|
github.setup fwup-home fwup 1.16.0 v
|
|
github.tarball_from releases
|
|
revision 0
|
|
checksums rmd160 dfa77ed3097f2a7f902fc3de40f786c5881d8ec6 \
|
|
sha256 a07b79268247ecee134a916ab928914be2a4ecbac0bc5e5f19212ec36ecb5c21 \
|
|
size 1742905
|
|
|
|
categories sysutils
|
|
license Apache-2
|
|
maintainers {pguyot @pguyot} openmaintainer
|
|
|
|
description Configurable embedded Linux firmware update creator and runner
|
|
|
|
long_description fwup is a configurable image-based software update \
|
|
utility for embedded Linux-based systems. It has two \
|
|
modes of operation: creating compressed archives for \
|
|
distributing updates, and applying updates on device.
|
|
|
|
depends_build-append \
|
|
port:pkgconfig
|
|
|
|
depends_lib-append port:libarchive \
|
|
port:libconfuse
|
|
|
|
configure.args --disable-silent-rules
|