mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 09:35:26 +00:00
15 lines
365 B
Makefile
15 lines
365 B
Makefile
################################################################################
|
|
#
|
|
# wsapi
|
|
#
|
|
################################################################################
|
|
|
|
WSAPI_VERSION = 1.7-1
|
|
WSAPI_SUBDIR = wsapi
|
|
WSAPI_LICENSE = MIT
|
|
WSAPI_LICENSE_FILES = \
|
|
$(WSAPI_SUBDIR)/doc/us/license.html \
|
|
$(WSAPI_SUBDIR)/doc/us/license.md
|
|
|
|
$(eval $(luarocks-package))
|