# -*- 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/mop-tracker/mop 1.0.0 v
revision            0

description         Stock market tracker for hackers

long_description    \
    ${name}: track stocks the hacker way. A command-line utility that displays \
    continuous up-to-date information about select markets and individual \
    stocks.

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

build.target        ./cmd/${name}

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

checksums           ${distname}${extract.suffix} \
                        rmd160  f88c8716c91e858e86ec825c324ccb122b3aa93a \
                        sha256  7ae83920430252093bae9d3fffd3295efb1e711a2e4f8532213dee35936a4c0d \
                        size    22925

go.vendors          github.com/rivo/uniseg \
                        lock    v0.2.0 \
                        rmd160  33577def583aa2db50b69ca601e5d29ab201ebc4 \
                        sha256  2832965221246272462a03ffc8e159c94d8f534827f660f1ac4fc77e5ccd644c \
                        size    44037 \
                    github.com/nsf/termbox-go \
                        lock    v1.1.1 \
                        rmd160  a46d55da1ac925e14c15196db1e18707c52938bb \
                        sha256  1c32821967f105bf1a4a475bbfb53f5301d5d1746ff85a69e83d4c2d2307cbf4 \
                        size    37573 \
                    github.com/mattn/go-runewidth \
                        lock    v0.0.13 \
                        rmd160  e177edb4dc4702ae2b23704934ff31cc6561bbd0 \
                        sha256  dcd3ccbd956a6f53bc106b79489d0303a237c21d858d23250e3e1d7284b72b86 \
                        size    17363 \
                    github.com/Knetic/govaluate \
                        lock    v3.0.0 \
                        rmd160  60c7cfe26e7cd48a41ec07d19f2ea8cb42ea90a7 \
                        sha256  83712df8e07f8ce8d89151d0778b57900ecb52fa98f2a17d6497f269e3a13e48 \
                        size    39407
