# Template file for 'treefmt'
pkgname=treefmt
version=2.4.0
revision=1
build_style=go
go_import_path="github.com/numtide/treefmt/v2"
go_ldflags="-X ${go_import_path}/build.Version=v${version}"
short_desc="Meta formatter to trigger all formatters needed for a project"
maintainer="icp <pangolin@vivaldi.net>"
license="MIT"
homepage="https://treefmt.com"
changelog="https://github.com/numtide/treefmt/releases"
distfiles="https://github.com/numtide/treefmt/archive/refs/tags/v${version}.tar.gz"
checksum=2b67a03045e8d31c6018d2149438d544c1c9dae7db44510cdd596030a13b38fd
make_check=no # too many external deps

post_install() {
	vlicense LICENSE
}
