re-add caldavzap to build

This commit is contained in:
Hannes Mehnert 2023-06-13 10:13:08 +02:00
parent 96509b8911
commit 218985bc46
3 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@ bug-reports: "dummy"
dev-repo: "git://dummy"
synopsis: "A CalDAV unikernel (RFC 4791) using a remote git repository for data storage"
build: ["sh" "-exc" "cd mirage/ && mirage build"]
build: ["sh" "-exc" "cd mirage/ && fetch https://github.com/sg2342/caldavzap/archive/e2895d3d578c53fa38e12023a9d3b107055af131.tar.gz && tar -C caldavzap -x -s /caldavzap-e2895d3d578c53fa38e12023a9d3b107055af131// -f e2895d3d578c53fa38e12023a9d3b107055af131.tar.gz && mirage build"]
install: [
[ "cp" "mirage/dist/caldav.hvt" "%{bin}%/caldav.hvt" ]

View file

@ -8,7 +8,7 @@ bug-reports: "dummy"
dev-repo: "git://dummy"
synopsis: "A CalDAV unikernel (RFC 4791) using a remote git repository for data storage, reports metrics to influx and certificate retrieval via DNS and let's encrypt"
build: ["sh" "-exc" "cd mirage/ && mirage build"]
build: ["sh" "-exc" "cd mirage/ && fetch https://github.com/sg2342/caldavzap/archive/e2895d3d578c53fa38e12023a9d3b107055af131.tar.gz && tar -C caldavzap -x -s /caldavzap-e2895d3d578c53fa38e12023a9d3b107055af131// -f e2895d3d578c53fa38e12023a9d3b107055af131.tar.gz && mirage build"]
install: [
[ "cp" "mirage/dist/caldav.hvt" "%{bin}%/caldav.hvt" ]

View file

@ -8,7 +8,7 @@ bug-reports: "dummy"
dev-repo: "git://dummy"
synopsis: "A CalDAV unikernel (RFC 4791) using a remote git repository for data storage, reports metrics to influx"
build: ["sh" "-exc" "cd mirage/ && mirage build"]
build: ["sh" "-exc" "cd mirage/ && fetch https://github.com/sg2342/caldavzap/archive/e2895d3d578c53fa38e12023a9d3b107055af131.tar.gz && tar -C caldavzap -x -s /caldavzap-e2895d3d578c53fa38e12023a9d3b107055af131// -f e2895d3d578c53fa38e12023a9d3b107055af131.tar.gz && mirage build"]
install: [
[ "cp" "mirage/dist/caldav.hvt" "%{bin}%/caldav.hvt" ]