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