# -*- 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/dolthub/dolt 1.76.3 v
go.offline_build    no
revision            0

description         \
    Dolt is Git for Data - It's like Git and MySQL had a baby!

long_description    \
    Dolt is a SQL database that you can fork, clone, branch, merge, push and \
    pull just like a git repository. Connect to Dolt just like any MySQL \
    database to run queries or update the data using SQL commands. Use the \
    command line interface to import CSV files, commit your changes, push \
    them to a remote, or merge your teammate's changes.

categories          devel databases
installs_libs       no
license             Apache-2
maintainers         {gmail.com:herby.gillot @herbygillot} \
                    openmaintainer

checksums           rmd160  7fe0b33343c4158369fb5e21eec81a2802ee6009 \
                    sha256  cc8b40f804d2ad3ada7382c9178085dfe37ccfcb79ea22478145589c4536c609 \
                    size    12413888

build.dir           ${worksrcpath}/go
build.target        ./cmd/dolt
depends_lib-append  port:icu

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