shard-ameba/shard.yml
Johannes Müller 15ce5437d1
Make postinstall portable
Using `shards build` directly instead of `make build` improves portability a lot.
This should basically "just work" almost anywhere (including Windows). No need for `make` to be available and makefile compatibility doesn't matter either.
2023-07-15 10:13:53 +02:00

21 lines
305 B
YAML

name: ameba
version: 1.4.3
authors:
- Vitalii Elenhaupt <velenhaupt@gmail.com>
targets:
ameba:
main: src/cli.cr
scripts:
# TODO: remove pre-compiled executable in future releases
postinstall: shards build -Dpreview_mt
executables:
- ameba
- ameba.cr
crystal: "~> 1.7.0"
license: MIT