# -*- 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.0 v
github.tarball_from releases
revision            0
checksums           rmd160  1700fac09a21267b0c7a7d9a76611967b8feb40e \
                    sha256  ad1b0f92dcabe2e417be7eebc5201f05c101cd18baafa43400a00bc7caddddce \
                    size    1681943

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
