This repository has been archived on 2022-01-17. You can view files and clone it, but cannot push or open issues/pull-requests.
|
name: ipc.cr
|
|
version: 0.4.0
|
|
sources: https://git.karchnu.fr/WeirdOS/%{name}/archive/%{name}-%{version}.tar.gz
|
|
|
|
@configure
|
|
true
|
|
|
|
@build
|
|
true
|
|
|
|
@install
|
|
mkdir -p %{pkg}%{prefix}/lib/crystal/
|
|
mv %{name}/src/* %{pkg}%{prefix}/lib/crystal/
|