# -*- 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/vektra/mockery 3.5.0 v go.offline_build no revision 0 description Mock code autogenerator for Go long_description mockery provides the ability to easily generate mocks for \ Golang interfaces using the stretchr/testify/mock package. \ It removes the boilerplate coding required to use mocks. categories devel installs_libs no license BSD maintainers nomaintainer checksums rmd160 18c077e9d0ea91d7c74187a5f368f5d1f784c14d \ sha256 02586a2dcd30de1ab48106224cfbba4306f7d16e9e552bb5202c57c24610e5c8 \ size 2902927 build.args-append -ldflags="-s -w -X github.com/vektra/mockery/v3/internal/logging.SemVer=v${version}" -trimpath destroot { xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/ }