Initial commit

This commit is contained in:
2025-12-30 20:54:04 +02:00
commit d8079f851f
4 changed files with 92 additions and 0 deletions
+36
View File
@@ -0,0 +1,36 @@
name: lua-mpack
description: Simple implementation of msgpack in C Lua
version: 1.0.13
revision: 1
url: https://github.com/libmpack/libmpack-lua
license: MIT
architecture: any
type: source
make_depends:
- libmpack
- lua
- lua5.1
- lua5.2
- lua5.3
downloads:
- url: https://github.com/libmpack/libmpack-lua/archive/refs/tags/${BPM_PKG_VERSION}.tar.gz
extract_to: ${BPM_SOURCE}
extract_strip_components: 1
checksum: 436a6a3973207403d3f20082002c32e74c25d9149ff2516dc06b0b41514044bf
split_packages:
- name: lua-mpack
depends:
- libmpack
- lua
- name: lua5.3-mpack
depends:
- libmpack
- lua5.3
- name: lua5.2-mpack
depends:
- libmpack
- lua5.2
- name: lua5.1-mpack
depends:
- libmpack
- lua5.1