# -*- 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.80.0 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 5fdf95ac561e3de36950943dc2aff22252efa24d \ sha256 d28301c1ffe05a1b72bf61b21e052178380b2c7ec923303ee3bcce3ce3b0a991 \ size 4379860 # 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/ }