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.
mxe/plugins/luarocks/lua-rapidjson.mk

17 lines
538 B

# This file is part of MXE. See LICENSE.md for licensing information.
PKG := lua-rapidjson
$(PKG)_WEBSITE := https://github.com/xpol/lua-rapidjson
$(PKG)_OWNER := https://github.com/starius
$(PKG)_IGNORE :=
$(PKG)_VERSION := 0.2.2-1
$(PKG)_CHECKSUM := 10783d8633df3f50b1ad33c7de89d2a94a7d9cf45e2ce5217d0d2d5e77396fd2
$(PKG)_GH_CONF := xpol/lua-rapidjson/tags, v
$(PKG)_DEPS := cc luarocks
# shared-only because luarocks is shared-only
define $(PKG)_BUILD_SHARED
cd '$(1)' && '$(TARGET)-luarocks' make
endef