Obsolete
/
recipes
Archived
3
0
Fork 0
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/package/recipe.spec

18 lines
410 B
Plaintext

name: package
version: 0.2.0
sources: https://git.karchnu.fr/WeirdOS/package/archive/%{version}.tar.gz -> %{name}-%{version}.tar.gz
build-dependencies: crystal, shards
# FIXME: FIXME: Build this statically in.
dependencies: gc, libevent, pcre
dirname: package
@configure
cd %{dirname}
shards install
@build
cd %{dirname}
make PREFIX=/usr
@install
cd %{dirname}
make PREFIX=/usr DESTDIR="%{pkg}" install