3
0
websocketd/project.zsh
2020-07-04 22:31:17 +02:00

12 lines
221 B
Bash

package=websocketd
version=0.6.0 # This version should follow the libipc version.
targets=(websocketc websocketd)
for target in websocketc websocketd; do
type[$target]=crystal
sources[$target]=src/${target}.cr
done