mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
14 lines
377 B
Makefile
14 lines
377 B
Makefile
################################################################################
|
|
#
|
|
# lua-lunitx
|
|
#
|
|
################################################################################
|
|
|
|
LUA_LUNITX_VERSION = 0.8-1
|
|
LUA_LUNITX_NAME_UPSTREAM = lunitx
|
|
LUA_LUNITX_SUBDIR = lunit
|
|
LUA_LUNITX_LICENSE = MIT
|
|
LUA_LUNITX_LICENSE_FILES = $(LUA_LUNITX_SUBDIR)/LICENSE
|
|
|
|
$(eval $(luarocks-package))
|