comparison mod_admin_web/README.markdown @ 4179:bcff0e8b7b4d

mod_admin_web: Include build instructions in metadata This should make it produce an installable luarock, and even fetch the dependencies on install.
author Kim Alvefur <zash@zash.se>
date Thu, 08 Oct 2020 12:20:48 +0200
parents 4d73a1a6ba68
children fcc6b92869d4
comparison
equal deleted inserted replaced
4178:bbd584cee042 4179:bcff0e8b7b4d
1 --- 1 ---
2 labels: 2 labels:
3 - 'Stage-Beta' 3 - 'Stage-Beta'
4 summary: Web administration interface 4 summary: Web administration interface
5 rockspec:
6 build:
7 platforms:
8 unix:
9 copy_directories:
10 - admin_web/www_files
11 type: command
12 build_command: sh admin_web/get_deps.sh
13 install_command: cp admin_web/mod_admin_web.lua $(LUADIR)
5 ... 14 ...
6 15
7 Introduction 16 Introduction
8 ============ 17 ============
9 18