add synopsis to dns-resolver
This commit is contained in:
parent
f916f62910
commit
92b79b4074
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ homepage: "dummy"
|
||||||
bug-reports: "dummy"
|
bug-reports: "dummy"
|
||||||
dev-repo: "git+https://example.com/nonexistent"
|
dev-repo: "git+https://example.com/nonexistent"
|
||||||
build: [ "sh" "-exc" "mirage configure -t hvt --allocation-policy=best-fit && mirage build" ]
|
build: [ "sh" "-exc" "mirage configure -t hvt --allocation-policy=best-fit && mirage build" ]
|
||||||
synopsis: "This is a dummy"
|
synopsis: "A recursive DNS resolver as a unikernel"
|
||||||
install: [
|
install: [
|
||||||
[ "cp" "resolver.hvt" "%{bin}%/resolver.hvt" ]
|
[ "cp" "resolver.hvt" "%{bin}%/resolver.hvt" ]
|
||||||
[ "strip" "%{bin}%/resolver.hvt" ]
|
[ "strip" "%{bin}%/resolver.hvt" ]
|
||||||
|
|
Loading…
Reference in a new issue