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: ipaddress.cr
|
|
release: 1
|
|
version: 0.2.1
|
|
sources: https://github.com/Sija/%{name}/archive/v%{version}.tar.gz
|
|
|
|
@configure
|
|
true
|
|
|
|
@build
|
|
true
|
|
|
|
@install
|
|
mkdir -p %{pkg}%{prefix}/lib/crystal/
|
|
mv %{name}-%{version}/src/* %{pkg}%{prefix}/lib/crystal/
|