service: build dependencies

master
Philippe PITTOLI 2019-09-06 00:08:25 +02:00
parent 5f41f9ba8e
commit e3d2e3a191
1 changed files with 1 additions and 2 deletions

View File

@ -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}