mirror of
https://gitea.invidious.io/iv-org/shard-ameba.git
synced 2024-08-15 00:53:29 +00:00
15ce5437d1
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.
21 lines
305 B
YAML
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
|