New package: treefmt-2.0.1
This commit is contained in:
parent
41dea62dc8
commit
b429d42fa7
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue