shard-ameba/shard.yml
Johannes Müller eacb9308a7
Utilize shards' executables
There's no need for copying the executables manually (which happens in both makefile targets `bin` and `run_file`).
Shards' `executables` takes care of that.

The makefile targets could potentially be dropped as well, I don't think there would be other uses case for those.
2023-07-15 10:13:53 +02:00

21 lines
290 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: make build
executables:
- ameba
- ameba.cr
crystal: "~> 1.7.0"
license: MIT