package An official xmake package repository https://xrepo.xmake.io/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

12 lines
321 B

package("protoc")
set_kind("binary")
set_homepage("https://developers.google.com/protocol-buffers/")
set_description("Google's data interchange format compiler")
add_deps("protobuf-cpp")
on_install(function (package) end)
on_test(function (package)
os.vrun("protoc --version")
end)