# -*- 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           haskell_stack 1.0

github.setup        hadolint hadolint 2.9.2 v
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
revision            0
categories          devel haskell

license             GPL-3+
maintainers         {wyuenho @wyuenho} openmaintainer

description         Dockerfile linter, validate inline bash, written in Haskell
long_description    \
    A smarter Dockerfile linter that helps you build best practice Docker \
    images. The linter parses the Dockerfile into an AST and performs rules on \
    top of the AST. It stands on the shoulders of ShellCheck to lint the Bash \
    code inside RUN instructions.

checksums           rmd160  2f5357005491c543b862475c883d8429274fbaf2 \
                    sha256  8cf982bb7e403479dba4a1e163f478ccf8d5073a6a60ff326bc2c9d89ba96443 \
                    size    159708
