mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
13 lines
311 B
Makefile
13 lines
311 B
Makefile
################################################################################
|
|
#
|
|
# lua-zlib
|
|
#
|
|
################################################################################
|
|
|
|
LUA_ZLIB_VERSION = 1.3-0
|
|
LUA_ZLIB_SUBDIR = lua-zlib
|
|
LUA_ZLIB_LICENSE = MIT
|
|
LUA_ZLIB_DEPENDENCIES = zlib
|
|
|
|
$(eval $(luarocks-package))
|