mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-22 10:32:10 +00:00
and refactor with luarocks infra Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
13 lines
353 B
Makefile
13 lines
353 B
Makefile
################################################################################
|
|
#
|
|
# luasocket
|
|
#
|
|
################################################################################
|
|
|
|
LUASOCKET_VERSION = 3.0rc1-1
|
|
LUASOCKET_SUBDIR = luasocket-3.0-rc1
|
|
LUASOCKET_LICENSE = MIT
|
|
LUASOCKET_LICENSE_FILES = $(LUASOCKET_SUBDIR)/LICENSE
|
|
|
|
$(eval $(luarocks-package))
|