mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-03-12 13:42:11 +00:00
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
13 lines
341 B
Makefile
13 lines
341 B
Makefile
################################################################################
|
|
#
|
|
# lbase64
|
|
#
|
|
################################################################################
|
|
|
|
LBASE64_VERSION = 20120820-1
|
|
LBASE64_SUBDIR = base64
|
|
LBASE64_LICENSE = Public domain
|
|
LBASE64_LICENSE_FILES = $(LBASE64_SUBDIR)/README
|
|
|
|
$(eval $(luarocks-package))
|