mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
13 lines
366 B
Makefile
13 lines
366 B
Makefile
################################################################################
|
|
#
|
|
# lua-binaryheap
|
|
#
|
|
################################################################################
|
|
|
|
LUA_BINARYHEAP_VERSION = 0.4-1
|
|
LUA_BINARYHEAP_NAME_UPSTREAM = binaryheap
|
|
LUA_BINARYHEAP_SUBDIR = binaryheap.lua-version_0v4
|
|
LUA_BINARYHEAP_LICENSE = MIT
|
|
|
|
$(eval $(luarocks-package))
|