Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions pkgs/p/protobuf.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
-- AUTO-GENERATED by `mcpp emit xpkg`. Do not edit by hand.
-- Source: mcpp.toml @ v3.19.1
package = {
spec = "1",

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

可以增加一下 namespace 指向 aimol 做空间标识

name = "protobuf",
description = "Protocol Buffers - Google's data interchange format (modularized from OpenCV 3rdparty)",
licenses = {"BSD-3-Clause"},
repo = "https://github.com/Aimol-l/protobuf-mcpp.git",
type = "package",
namespace = "aimol",
maintainers = {"Aimol-l"},

xpm = {
Comment on lines +11 to +13
linux = {
['3.19.1'] = { url = "https://github.com/Aimol-l/protobuf-mcpp/releases/download/v3.19.1/protobuf-3.19.1.tar.gz", sha256 = "9bcc197b31f84089cac5ca1e57b0e81aec4e6d88481cccf729fdb8bea6a52463" },
},
macosx = {
['3.19.1'] = { url = "https://github.com/Aimol-l/protobuf-mcpp/releases/download/v3.19.1/protobuf-3.19.1.tar.gz", sha256 = "9bcc197b31f84089cac5ca1e57b0e81aec4e6d88481cccf729fdb8bea6a52463" },
},
windows = {
['3.19.1'] = { url = "https://github.com/Aimol-l/protobuf-mcpp/releases/download/v3.19.1/protobuf-3.19.1.tar.gz", sha256 = "9bcc197b31f84089cac5ca1e57b0e81aec4e6d88481cccf729fdb8bea6a52463" },
},
},
}
Loading