update dns-stub with new repository
This commit is contained in:
parent
62b4135be7
commit
9a9b84257b
1 changed files with 7 additions and 7 deletions
|
@ -8,12 +8,12 @@ bug-reports: "dummy"
|
|||
dev-repo: "git://dummy"
|
||||
synopsis: "A DNS stub resolver"
|
||||
|
||||
build: [make "-Cdns-only/" "build"]
|
||||
build: [make "build"]
|
||||
|
||||
install: [
|
||||
[ "cp" "dns-only/dist/dns-stub.hvt" "%{bin}%/dns-stub.hvt" ]
|
||||
[ "cp" "dist/dns-stub.hvt" "%{bin}%/dns-stub.hvt" ]
|
||||
[ "strip" "%{bin}%/dns-stub.hvt" ]
|
||||
[ "cp" "dns-only/dist/dns-stub.hvt" "%{prefix}%/dns-stub.hvt.debug" ]
|
||||
[ "cp" "dist/dns-stub.hvt" "%{prefix}%/dns-stub.hvt.debug" ]
|
||||
[ "cp" "README.md" "%{prefix}%/README.md" ]
|
||||
]
|
||||
|
||||
|
@ -46,11 +46,11 @@ depends: [
|
|||
"tcpip" { ?monorepo & >= "8.2.0" & < "9.0.0" }
|
||||
]
|
||||
|
||||
x-mirage-opam-lock-location: "dns-only/mirage/dns-stub-hvt.opam.locked"
|
||||
x-mirage-opam-lock-location: "mirage/dns-stub-hvt.opam.locked"
|
||||
|
||||
x-mirage-configure: ["sh" "-exc" "cd dns-only/ && mirage configure -t hvt --context ./mirage/context --no-extra-repo"]
|
||||
x-mirage-configure: ["sh" "-exc" "mirage configure -t hvt --context ./mirage/context --no-extra-repo"]
|
||||
|
||||
x-mirage-pre-build: [make "-Cdns-only/" "lock" "depext-lockfile" "pull"]
|
||||
x-mirage-pre-build: [make "lock" "depext-lockfile" "pull"]
|
||||
|
||||
x-mirage-extra-repo: [
|
||||
["opam-overlays" "https://github.com/dune-universe/opam-overlays.git"]
|
||||
|
@ -59,4 +59,4 @@ x-mirage-extra-repo: [
|
|||
|
||||
x-opam-monorepo-opam-provided: ["mirage" "ocaml-solo5" "opam-monorepo" "solo5"]
|
||||
|
||||
url { src: "git+https://github.com/robur-coop/dnsvizor.git" }
|
||||
url { src: "git+https://github.com/robur-coop/dns-stub.git" }
|
||||
|
|
Loading…
Reference in a new issue