18 lines
536 B
Bash
18 lines
536 B
Bash
# Template file for 'yamlfmt'
|
|
pkgname=yamlfmt
|
|
version=0.17.0
|
|
revision=1
|
|
build_style=go
|
|
go_import_path="github.com/google/yamlfmt"
|
|
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=81a7f696332cc496b8bad40e03ddd98bbd26354b6745a3ef2d186e376891012c
|
|
|
|
do_check() {
|
|
make test_v
|
|
}
|