2017-10-26 16:46:58 +00:00
|
|
|
name: ameba
|
2023-07-28 19:40:22 +00:00
|
|
|
version: 1.5.0
|
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
|
|
|
|
|
2017-11-01 15:21:41 +00:00
|
|
|
scripts:
|
2019-07-18 10:53:04 +00:00
|
|
|
# TODO: remove pre-compiled executable in future releases
|
2023-07-15 08:10:42 +00:00
|
|
|
postinstall: shards build -Dpreview_mt
|
2019-05-19 17:46:40 +00:00
|
|
|
|
|
|
|
executables:
|
|
|
|
- ameba
|
2023-07-15 08:07:15 +00:00
|
|
|
- ameba.cr
|
2020-12-01 12:13:30 +00:00
|
|
|
|
2023-07-28 19:40:22 +00:00
|
|
|
crystal: "~> 1.9.0"
|
2020-12-01 12:13:30 +00:00
|
|
|
|
|
|
|
license: MIT
|