# -*- 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.17.1 v
github.tarball_from releases
revision            0
checksums           rmd160  8c788e06bbbd54b3d793282b8ba02d0b831510fb \
                    sha256  7672c6568b7538ed81b8557c91bf3a198599dc9eb6f69ea4441cee8b1e87c098 \
                    size    1731974

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
