42 lines
726 B
YAML
42 lines
726 B
YAML
name: faaso
|
|
version: 0.1.0
|
|
|
|
authors:
|
|
- Roberto Alsina <roberto.alsina@gmail.com>
|
|
|
|
targets:
|
|
faaso:
|
|
main: src/main.cr
|
|
faaso-daemon:
|
|
main: src/daemon/main.cr
|
|
|
|
crystal: ">= 1.12.2"
|
|
|
|
license: MIT
|
|
|
|
dependencies:
|
|
crest:
|
|
github: mamantoha/crest
|
|
crinja:
|
|
github: straight-shoota/crinja
|
|
cr-config:
|
|
github: crystal-community/cr-config
|
|
crystar:
|
|
github: naqvis/crystar
|
|
docopt:
|
|
github: chenkovsky/docopt.cr
|
|
docr:
|
|
github: ralsina/docr
|
|
branch: add_exposed_ports
|
|
inotify:
|
|
github: petoem/inotify.cr
|
|
kemal:
|
|
github: kemalcr/kemal
|
|
kemal-basic-auth:
|
|
github: kemalcr/kemal-basic-auth
|
|
rucksack:
|
|
github: busyloop/rucksack
|
|
|
|
scripts:
|
|
postinstall: cat .rucksack >> bin/faaso
|