New recipe: networkctl
This commit is contained in:
parent
6e28a2f681
commit
499df8ea7d
19
networkctl/recipe.spec
Normal file
19
networkctl/recipe.spec
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
name: networkctl
|
||||||
|
release: 1
|
||||||
|
version: 0.0.1
|
||||||
|
sources: https://git.karchnu.fr/WeirdOS/%{name}/archive/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
|
|
||||||
|
build-dependencies: gc-dev, pcre-dev, crystal, crystal-dev, musl-dev, make, ipaddress.cr
|
||||||
|
|
||||||
|
dirname: %{name}
|
||||||
|
@configure
|
||||||
|
true
|
||||||
|
|
||||||
|
@build
|
||||||
|
cd %{dirname}
|
||||||
|
make CRFLAGS=--static
|
||||||
|
|
||||||
|
@install
|
||||||
|
cd %{dirname}
|
||||||
|
make PREFIX="%{prefix}" DESTDIR="%{pkg}" install
|
Reference in New Issue
Block a user