diff --git a/devel/goflymake/Portfile b/devel/goflymake/Portfile new file mode 100644 index 0000000000000..3143f57b03ed7 --- /dev/null +++ b/devel/goflymake/Portfile @@ -0,0 +1,21 @@ +# -*- 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/dougm/goflymake 3b9634ef394a5ec125c6847195b1101ec1f47708 +categories devel +maintainers {@graywolf wolfsden.cz:~+macports} openmaintainer +license Unknown + +description Golang part of Emacs' flymake-mode +long_description \ + Emacs' flymake-mode requires a helper binary, this port provides it. + +checksums rmd160 a2a5a2333842a4930c8e3323a856e08b468ce228 \ + sha256 fb8e73635f5b23495018129f196aa84761b987af12e01549fcf223e0c7d6c752 \ + size 3228 + +destroot { + xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/ +}