Skip to content

Commit

Permalink
New package: bazel-buildtools-5.1.0
Browse files Browse the repository at this point in the history
added common bazel tool such as buildifier and buildozer into a single package ready to be shipped
  • Loading branch information
nc0fr committed Aug 22, 2022
1 parent 04ade19 commit 5667475
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions srcpkgs/bazel-buildtools/template
@@ -0,0 +1,21 @@
# Template file for 'bazel-buildtools'
pkgname=bazel-buildtools
version=5.1.0
revision=1
wrksrc="buildtools-${version}"
build_style="go"
go_import_path="github.com/bazelbuild/buildtools"
go_package="${go_import_path}/unused_deps ${go_import_path}/buildifier ${go_import_path}/buildozer"
short_desc="Bazel BUILD file formatter and editor"
maintainer="n1c00o <git.n1c00o@gmail.com>"
license="Apache-2.0"
homepage="https://github.com/bazelbuild/buildtools"
distfiles="https://github.com/bazelbuild/buildtools/archive/refs/tags/${version}.tar.gz"
checksum="e3bb0dc8b0274ea1aca75f1f8c0c835adbe589708ea89bf698069d0790701ea3"

post_install() {
vdoc ./unused_deps/README.md unused_deps.md
vdoc ./buildifier/README.md buildifier.md
vdoc WARNINGS.md
vdoc ./buildozer/README.md buildozer.md
}

0 comments on commit 5667475

Please sign in to comment.