shard-ameba/shard.yml

22 lines
290 B
YAML
Raw Normal View History

2017-10-26 16:46:58 +00:00
name: ameba
2023-03-17 08:24:44 +00:00
version: 1.4.3
2017-10-26 16:46:58 +00:00
authors:
- Vitalii Elenhaupt <velenhaupt@gmail.com>
2018-04-11 10:44:02 +00:00
targets:
ameba:
main: src/cli.cr
scripts:
2019-07-18 10:53:04 +00:00
# TODO: remove pre-compiled executable in future releases
postinstall: make build
2019-05-19 17:46:40 +00:00
executables:
- ameba
- ameba.cr
2023-01-23 17:35:03 +00:00
crystal: "~> 1.7.0"
license: MIT