New recipe: ipaddress.cr
This commit is contained in:
parent
f5e9438cc1
commit
6e28a2f681
14
ipaddress.cr/recipe.spec
Normal file
14
ipaddress.cr/recipe.spec
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
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/
|
Reference in New Issue
Block a user