# -*- 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/sqlc-dev/sqlc 1.28.0 v go.offline_build no revision 0 homepage https://sqlc.dev/ description Generate type-safe Golang code from SQL long_description {*}${description} categories devel databases installs_libs no license MIT maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer checksums rmd160 28b674f9979f293b0988d7f8de6837521d4439c5 \ sha256 0f7f6992855c487871d331443a7091e1a62a345968483b581b20a7259f557af3 \ size 1022288 build.args-append -o bin ./cmd/... pre-build { file mkdir ${worksrcpath}/bin } destroot { xinstall -m 0755 {*}[glob ${worksrcpath}/bin/*] ${destroot}${prefix}/bin/ }