# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           octave 1.0

octave.setup        github CNOCTAVE octave_zstd 1.1.0
octave.module       zstd
revision            0
license             GPL-3+
maintainers         {mps @Schamschula} openmaintainer
description         The octave_zstd package provides functions to compress and \
                    decompress for the ZSTD format.
long_description    {*}${description}

checksums           rmd160  5a312b7b8bc5afcf7b49a508c580fa3c0b181fd0 \
                    sha256  aef2788e0d1d9eeae5acf38a28f8f4254e7ed1370235e0f827d6d0a2490507a7 \
                    size    705725

post-extract {
    exec chmod a+x ${worksrcpath}/src/configure
}