diff options
Diffstat (limited to 'index/protobuffs.mk')
-rw-r--r-- | index/protobuffs.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/index/protobuffs.mk b/index/protobuffs.mk new file mode 100644 index 0000000..aa4934b --- /dev/null +++ b/index/protobuffs.mk @@ -0,0 +1,7 @@ +PACKAGES += protobuffs +pkg_protobuffs_name = protobuffs +pkg_protobuffs_description = An implementation of Google's Protocol Buffers for Erlang, based on ngerakines/erlang_protobuffs. +pkg_protobuffs_homepage = https://github.com/basho/erlang_protobuffs +pkg_protobuffs_fetch = git +pkg_protobuffs_repo = https://github.com/basho/erlang_protobuffs +pkg_protobuffs_commit = master |