20 lines
644 B
Bash
20 lines
644 B
Bash
# Template file for 'treefmt'
|
|
pkgname=treefmt
|
|
version=2.2.1
|
|
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=d4000dfcdbabc9caf356005b38e18a6de71f626327d02ba609beec5846931f24
|
|
make_check=no # too many external deps
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|