re-add caldavzap to build
This commit is contained in:
parent
96509b8911
commit
218985bc46
3 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@ bug-reports: "dummy"
|
||||||
dev-repo: "git://dummy"
|
dev-repo: "git://dummy"
|
||||||
synopsis: "A CalDAV unikernel (RFC 4791) using a remote git repository for data storage"
|
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: [
|
install: [
|
||||||
[ "cp" "mirage/dist/caldav.hvt" "%{bin}%/caldav.hvt" ]
|
[ "cp" "mirage/dist/caldav.hvt" "%{bin}%/caldav.hvt" ]
|
||||||
|
|
|
@ -8,7 +8,7 @@ bug-reports: "dummy"
|
||||||
dev-repo: "git://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"
|
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: [
|
install: [
|
||||||
[ "cp" "mirage/dist/caldav.hvt" "%{bin}%/caldav.hvt" ]
|
[ "cp" "mirage/dist/caldav.hvt" "%{bin}%/caldav.hvt" ]
|
||||||
|
|
|
@ -8,7 +8,7 @@ bug-reports: "dummy"
|
||||||
dev-repo: "git://dummy"
|
dev-repo: "git://dummy"
|
||||||
synopsis: "A CalDAV unikernel (RFC 4791) using a remote git repository for data storage, reports metrics to influx"
|
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: [
|
install: [
|
||||||
[ "cp" "mirage/dist/caldav.hvt" "%{bin}%/caldav.hvt" ]
|
[ "cp" "mirage/dist/caldav.hvt" "%{bin}%/caldav.hvt" ]
|
||||||
|
|
Loading…
Reference in a new issue