|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
name: service
|
|
|
|
|
version: 0.0.1
|
|
|
|
|
sources: https://git.karchnu.fr/WeirdOS/service/archive/75e500adcf75b8cf0210a7271cdd5a9109988eae.tar.gz -> %{name}-%{version}.tar.gz
|
|
|
|
|
build-dependencies: crystal, build.zsh, make, git
|
|
|
|
|
build-dependencies: crystal, build.zsh, make, git, libyaml-dev, libyaml, spec-parser
|
|
|
|
|
# FIXME: FIXME: Build this statically in.
|
|
|
|
|
dependencies: gc, libevent, pcre
|
|
|
|
|
|
|
|
|
@ -9,7 +9,6 @@ dirname: service
|
|
|
|
|
@configure
|
|
|
|
|
cd %{dirname}
|
|
|
|
|
build.zsh -c
|
|
|
|
|
shards install
|
|
|
|
|
|
|
|
|
|
@build
|
|
|
|
|
cd %{dirname}
|
|
|
|
|