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

go.setup            github.com/rakyll/statik 0.1.8 v
revision            0

description         Embed files into a Go executable

long_description    statik allows you to embed a directory of static files \
                    into your Go binary to be later served from an \
                    http.FileSystem.

categories          devel

license             Apache-2

checksums           rmd160  e1795d576b5890e1094c59da2abe7eca98e5dedd \
                    sha256  670d14b003fb883efbd68f3e813b1022ce2325a6b4b6d2e9e6445f38db51f902 \
                    size    178554

maintainers         {gmail.com:herby.gillot @herbygillot} \
                    openmaintainer

installs_libs       no

destroot {
    xinstall -m 755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/
}
