# -*- 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.27.0 v go.offline_build no github.tarball_from archive 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 7e9b4f81effc30dfcff70a27549b6eb00fabe277 \ sha256 0ee0f9aae3d9fb9752e09b68ce0cde0532bb481565313aa2561638893b49544e \ size 1018492 build.args-append -o bin ./cmd/... pre-build { file mkdir ${worksrcpath}/bin } destroot { xinstall -m 0755 {*}[glob ${worksrcpath}/bin/*] ${destroot}${prefix}/bin/ }