shard-ameba/shard.yml

21 lines
303 B
YAML

name: ameba
version: 0.14.1
authors:
- Vitalii Elenhaupt <velenhaupt@gmail.com>
targets:
ameba:
main: src/cli.cr
scripts:
# TODO: remove pre-compiled executable in future releases
postinstall: make bin && make run_file
executables:
- ameba
crystal: ">= 0.35.0, < 2.0.0"
license: MIT