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

28 lines
689 B
Plaintext
Raw Normal View History

name: package
version: 0.5.0
2019-09-01 17:30:47 +02:00
release: 2
sources:
- https://git.karchnu.fr/WeirdOS/package/archive/%{version}.tar.gz -> %{name}-%{version}.tar.gz
- config.cfg
build-dependencies: crystal, shards
# FIXME: FIXME: Build this statically in.
2019-09-01 17:30:47 +02:00
# FIXME: bsdtar should be split out so that we depend only on it.
# Busybox is required mostly for `wget`.
# zsh is required for assemble-apk.
dependencies: gc, libevent, pcre, libarchive, busybox, zsh
dirname: package
@configure
cd %{dirname}
shards install
@build
cd %{dirname}
make PREFIX="%{prefix}"
@install
cd %{dirname}
make PREFIX="%{prefix}" DESTDIR="%{pkg}" install
mkdir -p "%{pkg}/etc"
cp ../config.cfg "%{pkg}/etc/package.cfg"