# -*- 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/k1LoW/tbls 1.76.1 v github.tarball_from archive revision 0 description CI-Friendly tool for documenting a database, written in Go long_description \ ${name} documents a database automatically in Github-flavored Markdown, \ and can output the schema in Markdown, DOT, PlantUML, SVG/PNG/JPG, JSON, \ YAML, and more. It supports many database types and is CI-friendly. categories databases installs_libs no license MIT maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer checksums rmd160 c6476e9a67893fe625fbe6e96583ffb3e4c13b5a \ sha256 89ace17b2052a78543e15eeab5b666a0b311487ed8de3a499d8532b03c3a30aa \ size 4831248 # Allow Go to download dependencies during build time go.offline_build no build.pre_args-append \ -ldflags \ \"-X ${go.package}/version.Version=${github.tag_prefix}${version}\" destroot { xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/ }