Skip to content

Commit a007847

Browse files
author
aimol
committed
feat(pkgs/p): add protobuf@x.x.x
1 parent ac4cbff commit a007847

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

pkgs/p/protobuf.lua

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
-- AUTO-GENERATED by `mcpp emit xpkg`. Do not edit by hand.
2+
-- Source: mcpp.toml @ v3.19.1
3+
package = {
4+
spec = "1",
5+
name = "protobuf",
6+
description = "Protocol Buffers - Google's data interchange format (modularized from OpenCV 3rdparty)",
7+
licenses = {"BSD-3-Clause"},
8+
repo = "https://github.com/Aimol-l/protobuf-mcpp.git",
9+
type = "package",
10+
namespace = "aimol",
11+
maintainers = {"Aimol-l"},
12+
13+
xpm = {
14+
linux = {
15+
['3.19.1'] = { url = "https://github.com/Aimol-l/protobuf-mcpp/releases/download/v3.19.1/protobuf-3.19.1.tar.gz", sha256 = "9bcc197b31f84089cac5ca1e57b0e81aec4e6d88481cccf729fdb8bea6a52463" },
16+
},
17+
macosx = {
18+
['3.19.1'] = { url = "https://github.com/Aimol-l/protobuf-mcpp/releases/download/v3.19.1/protobuf-3.19.1.tar.gz", sha256 = "9bcc197b31f84089cac5ca1e57b0e81aec4e6d88481cccf729fdb8bea6a52463" },
19+
},
20+
windows = {
21+
['3.19.1'] = { url = "https://github.com/Aimol-l/protobuf-mcpp/releases/download/v3.19.1/protobuf-3.19.1.tar.gz", sha256 = "9bcc197b31f84089cac5ca1e57b0e81aec4e6d88481cccf729fdb8bea6a52463" },
22+
},
23+
},
24+
}

0 commit comments

Comments
 (0)