# -*- 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
PortGroup           cmake 1.0

github.setup        lzfse lzfse 1.0 lzfse-
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
categories          archivers
license             BSD
maintainers         nomaintainer

description         compression library and command line tool

long_description \
    LZFSE is a Lempel-Ziv style data compression algorithm using Finite \
    State Entropy coding. It targets similar compression rates at higher \
    compression and decompression speed compared to deflate using zlib.

checksums           rmd160  f915129068fafc0502d378b2d67951e986a10b19 \
                    sha256  2697f24b0857fb85ea2880623b687516f7cb08d8e46e959ea0a964f564d2e491
