# -*- 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.15.1 v
github.tarball_from releases
revision            0
checksums           rmd160  83d6ff27dc7a17894df5bb9473ba0d2a3658267e \
                    sha256  b42a8970e37dc9036cd3ad1e9e702793ab37b469082b4b2c6b8cb73b2ed44c68 \
                    size    1737115

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
