# -*- 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        peha deco-archive 1.7
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
categories          archivers
license             GPL-3
platforms           any
supported_archs     noarch
maintainers         nomaintainer

description         provides support for popular archive formats to deco

long_description    deco-archive provides support for popular archive formats \
                    to the deco file extraction framework.

checksums           rmd160  5902b87b3ccca677ab8467b7808dd667a8bac3b2 \
                    sha256  54a3fbc4855e0998244e0d56ec6d7a6c302b22d853d3955b8857402cd7e26b5f \
                    size    17654

use_configure       no
build               {}

destroot.args       PREFIX=${prefix}
