We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8ca0c0 commit 73ad837Copy full SHA for 73ad837
1 file changed
srcpkgs/buf/template
@@ -0,0 +1,15 @@
1
+# Template file for 'buf'
2
+pkgname=buf
3
+version=1.66.1
4
+revision=1
5
+build_style=go
6
+go_import_path=github.com/bufbuild/buf
7
+go_package="${go_import_path}/cmd/buf"
8
+short_desc="Protobuf language server"
9
+maintainer="Bnyro <bnyro@tutanota.com>"
10
+license="Apache-2.0"
11
+homepage="https://buf.build"
12
+changelog="https://raw.githubusercontent.com/bufbuild/buf/refs/heads/main/CHANGELOG.md"
13
+distfiles="https://github.com/bufbuild/buf/archive/refs/tags/v${version}.tar.gz"
14
+checksum=5e20cb1090244d81057bcea44b03acca845579f751753cec1dce8b9d08af5cba
15
+make_check=no # requires unavailable packages, e.g. 'protoc-gen-insertion-point-writer'
0 commit comments