-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathshard.yml
51 lines (38 loc) · 851 Bytes
/
shard.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
name: walter.cr
version: 0.1.0
crystal: 0.27.0
authors:
- Guilherme J. Tramontina <guilherme.tramontina@gmail.com>
targets:
walter:
main: src/walter.cr
executables:
- walter
scripts:
postinstall: CRFLAGS=--release make build && (mkdir -p ../../bin; cp bin/walter ../../bin)
license: MIT
dependencies:
docopt:
github: chenkovsky/docopt.cr
griffith:
github: gtramontina/griffith.cr
version: 1.0.0
spinner-frames:
github: gtramontina/spinner-frames.cr
version: 1.0.0
crz:
github: dhruvrajvanshi/crz
version: 1.0.0
development_dependencies:
walter.cr:
github: gtramontina/walter.cr
version: 0.1.0
ghooks.cr:
github: gtramontina/ghooks.cr
version: 0.1.0
ameba:
github: veelenga/ameba
version: 0.8.1
minitest:
github: ysbaddaden/minitest.cr
version: 0.4.1