Package recipe: new version, shards removed, adding spec-parser dep

master
Philippe PITTOLI 2019-09-04 13:38:49 +02:00
parent 70e2fa250c
commit 9c7eb23ddd
1 changed files with 5 additions and 5 deletions

View File

@ -1,11 +1,11 @@
name: package
version: 0.6.0
release: 2
version: 0.7.0
release: 1
sources:
- https://git.karchnu.fr/WeirdOS/package/archive/%{version}.tar.gz -> %{name}-%{version}.tar.gz
- config.cfg
build-dependencies: crystal, shards
build-dependencies: crystal, spec-parser
# FIXME: FIXME: Build this statically in.
# FIXME: bsdtar should be split out so that we depend only on it.
# Busybox is required mostly for `wget`.
@ -14,8 +14,8 @@ dependencies: gc, libevent, pcre, libarchive, busybox, zsh, abuild
dirname: package
@configure
cd %{dirname}
shards install
true
@build
cd %{dirname}
make PREFIX="%{prefix}" SYSCONFDIR="/etc"