Obsolete
/
ipcd
Archived
3
0
Fork 0
This repository has been archived on 2024-06-18. You can view files and clone it, but cannot push or open issues/pull-requests.
ipcd/project.zsh

12 lines
220 B
Bash
Raw Permalink Normal View History

2019-11-04 15:35:01 +01:00
2020-01-06 15:35:09 +01:00
package=ipcd
2020-05-27 15:01:50 +02:00
version=0.2.1
2019-11-04 15:35:01 +01:00
2020-01-06 15:35:09 +01:00
targets=(tcpd tcpc pongd pongc ipcd websocketc websocketd)
2019-11-04 15:35:01 +01:00
2020-01-06 15:35:09 +01:00
for target in tcpd tcpc pongd pongc ipcd websocketc websocketd; do
2019-11-04 15:35:01 +01:00
type[$target]=crystal
sources[$target]=src/${target}.cr
done