19 lines
607 B
Bash
19 lines
607 B
Bash
# Template file for 'treefmt'
|
|
pkgname=treefmt
|
|
version=2.0.5
|
|
revision=1
|
|
build_style=go
|
|
go_import_path="git.numtide.com/numtide/treefmt"
|
|
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=40ced3eec35522405208b73b3999e8975c1eec51e215321d2448d1cb8052887a
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|