project.zsh added, because.

ipc07
Luka Vandervelden 2019-11-15 20:14:51 +01:00
parent c6249e575c
commit be72953127
1 changed files with 10 additions and 0 deletions

10
project.zsh Normal file
View 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' ' ')"