project.zsh added, because.
This commit is contained in:
parent
c6249e575c
commit
be72953127
1 changed files with 10 additions and 0 deletions
10
project.zsh
Normal file
10
project.zsh
Normal file
|
@ -0,0 +1,10 @@
|
|||
|
||||
package=authd
|
||||
version=0.2.0
|
||||
|
||||
targets=(authd)
|
||||
type[authd]=crystal
|
||||
sources[authd]=src/main.cr
|
||||
depends[authd]="$(ls src/*.cr | grep -v '/main.cr$' | tr '\n' ' ')"
|
||||
|
||||
|
Loading…
Add table
Reference in a new issue