# -*- 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/x-motemen/gore 0.7.0 v
go.offline_build    no
go.toolchain_min    1.26
revision            0

description         gore is yet another Go REPL with line editing, code \
                    completion, and more.

long_description    gore is a Go REPL featuring line editing with history, \
                    multi-line input, package importing with completion, \
                    auto-importing (gore -autoimport) and more.

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

build.cmd           make
build.pre_args-append \
                    CURRENT_REVISION=release
build.args          build

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

checksums           ${distname}${extract.suffix} \
                        rmd160  6fe422b4424e6473e07dd6d77c4f90cf7624d4b4 \
                        sha256  88e2f6f52eb5fd4b5359d822f9f3fcb99a0f868eff1e4da19880bebba3143718 \
                        size    441948
