# -*- 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/client9/misspell 0.3.4 v
# Delete this on next update to use golang PortGroup's default ('archive')
github.tarball_from tarball
revision            0

description         Correct commonly misspelled English words in source files

long_description    {*}${description}. Correct commonly misspelled English \
                    words... quickly.

categories          textproc devel
maintainers         {gmail.com:herby.gillot @herbygillot} \
                    openmaintainer
license             MIT
installs_libs       no

build.pre_args      -ldflags \"-X main.version=${version}\"
build.args          ./cmd/misspell

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

checksums           ${distname}${extract.suffix} \
                        rmd160  35b385cb5e39e9505eccbca18ffa2799240710be \
                        sha256  8193021639e3f4f30db19cb469ac7f43d56d2200eb7749fd868a69319f95fcf1 \
                        size    239605

go.vendors          github.com/gobwas/glob \
                        lock    5ccd90ef52e1e632236f7326478d4faa74f99438 \
                        rmd160  74dee157f7ec3c6701064c7fcab6d0316080b948 \
                        sha256  681103478f251d497913b8344e300a29de702bedcb9e3a097efdfec7dff05041 \
                        size    25983
