New recipe: ipc.cr
This commit is contained in:
parent
26d3563bce
commit
ccd48292af
BIN
ipc.cr/.recipe.spec.swp
Normal file
BIN
ipc.cr/.recipe.spec.swp
Normal file
Binary file not shown.
13
ipc.cr/recipe.spec
Normal file
13
ipc.cr/recipe.spec
Normal file
@ -0,0 +1,13 @@
|
||||
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/
|
Reference in New Issue
Block a user