# Template file for 'yamlfmt'
pkgname=yamlfmt
version=0.21.0
revision=1
build_style=go
go_import_path="github.com/google/yamlfmt"
go_ldflags="-X main.version=${version}"
go_package="github.com/google/yamlfmt/cmd/yamlfmt"
short_desc="Extensible command line tool to format yaml files"
maintainer="Bnyro <bnyro@tutanota.com>"
license="Apache-2.0"
homepage="https://github.com/google/yamlfmt"
distfiles="https://github.com/google/yamlfmt/archive/refs/tags/v${version}.tar.gz"
checksum=9ec915d70e527a94171eaaf6b785d1423222b5b82e7633f80dcc6b66e6a655aa

do_check() {
	make test_v
}
