This repository has been archived on 2022-01-17. You can view files and clone it, but cannot push or open issues/pull-requests.
recipes/service/recipe.spec

20 lines
536 B
Plaintext
Raw Permalink Normal View History

name: service
version: 0.0.1
2019-08-25 19:50:34 +02:00
sources: https://git.karchnu.fr/WeirdOS/service/archive/75e500adcf75b8cf0210a7271cdd5a9109988eae.tar.gz -> %{name}-%{version}.tar.gz
2019-09-06 00:08:25 +02:00
build-dependencies: crystal, build.zsh, make, git, libyaml-dev, libyaml, spec-parser
# FIXME: FIXME: Build this statically in.
dependencies: gc, libevent, pcre
dirname: service
@configure
cd %{dirname}
build.zsh -c
2019-08-25 19:50:34 +02:00
@build
cd %{dirname}
CRYSTAL_PATH="$(crystal env CRYSTAL_PATH):lib" make PREFIX=/usr
2019-08-25 19:50:34 +02:00
@install
cd %{dirname}
make PREFIX=/usr DESTDIR="%{pkg}" install