websocketd/project.zsh

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