Last change
on this file since 1 was 1, checked in by fox, 9 years ago |
initial simple example with omd
|
File size:
617 bytes
|
Rev | Line | |
---|
[1] | 1 | (executable
|
---|
| 2 | ((name logarion_cli)
|
---|
| 3 | (public_name logarion_cli)
|
---|
| 4 | (modules logarion_cli)
|
---|
| 5 | (libraries (logarion logarion.confix logarion.converters logarion.file re.str cmdliner bos))))
|
---|
| 6 |
|
---|
| 7 | (install
|
---|
| 8 | ((section share)
|
---|
| 9 | (files (
|
---|
| 10 | (../share/config.toml as config.toml)
|
---|
| 11 | (../share/template/frontpage.mustache as template/frontpage.mustache)
|
---|
| 12 | (../share/template/header.mustache as template/header.mustache)
|
---|
| 13 | (../share/template/item.mustache as template/item.mustache)
|
---|
| 14 | (../share/template/list.mustache as template/list.mustache)
|
---|
| 15 | (../share/template/note.mustache as template/note.mustache)
|
---|
| 16 | ))))
|
---|
Note:
See
TracBrowser
for help on using the repository browser.