mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: treefmt-2.0.1
This commit is contained in:
parent
41dea62dc8
commit
b429d42fa7
1 changed files with 18 additions and 0 deletions
18
srcpkgs/treefmt/template
Normal file
18
srcpkgs/treefmt/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue