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/shards/recipe.spec

14 lines
261 B
Plaintext

name: shards
version: 0.9.0
release: 2
sources: https://github.com/crystal-lang/shards/archive/v%{version}.tar.gz -> %{name}-%{version}.tar.gz
dependencies:
- crystal
- make
@configure
cd %{name}-%{version}
sed -i "s_/usr/local_%{prefix}_" Makefile
true