New package: treefmt-2.0.1

This commit is contained in:
icp 2024-06-28 20:08:17 +05:30 committed by classabbyamp
parent 41dea62dc8
commit b429d42fa7
1 changed files with 18 additions and 0 deletions

18
srcpkgs/treefmt/template Normal file
View File

@ -0,0 +1,18 @@
# Template file for 'treefmt'
pkgname=treefmt
version=2.0.1
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=2b0e8d1ec0bcf8cefbdfb41c98fc325d274e35a81eca2e3eddcb2c0d76ca2b06
post_install() {
vlicense LICENSE
}