# -*- 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/eoin-barr/weatherme 2.5 v
github.tarball_from archive
revision            0

description         Find out the weather for any city from your terminal

long_description    {*}${description}

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

checksums           rmd160  f2f46b0e809b62a74d1c777ddc052486c9cddd08 \
                    sha256  72059cafbc799e7c72706654af182b451af863e842894eda2d106c2b48694e42 \
                    size    3918507

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