diff --git a/packages/builder-app.0.0.1~dev/opam b/packages/builder-app.0.0.1~dev/opam deleted file mode 100644 index a8fe16d..0000000 --- a/packages/builder-app.0.0.1~dev/opam +++ /dev/null @@ -1,41 +0,0 @@ -opam-version: "2.0" -maintainer: "Hannes Mehnert " -authors: ["Hannes Mehnert "] -homepage: "https://github.com/roburio/builder" -dev-repo: "git+https://github.com/roburio/builder.git" -bug-reports: "https://github.com/roburio/builder/issues" -license: "ISC" - -depends: [ - "ocaml" {>= "4.08.0"} - "dune" {>= "2.0.0"} - "asn1-combinators" - "bheap" - "bos" - "cmdliner" - "cstruct" - "duration" - "fmt" - "fpath" - "logs" - "lwt" - "ptime" - "rresult" - "uuidm" - "curly" - "base64" -] -build: [ - ["dune" "subst"] {dev} - ["dune" "build" "-p" "builder" "-j" jobs] - ["sh" "packaging/FreeBSD/create_package.sh"] {os = "freebsd"} -] - -install: [ - ["cp" "builder.txz" "%{bin}%/"] {os = "freebsd"} -] - -synopsis: "Scheduling and executing shell jobs" -url { - src: "git+https://github.com/roburio/builder.git" -} diff --git a/packages/builder.0.0.1~dev/opam b/packages/builder.0.0.1~dev/opam index 575e340..e04de18 100644 --- a/packages/builder.0.0.1~dev/opam +++ b/packages/builder.0.0.1~dev/opam @@ -28,6 +28,7 @@ depends: [ build: [ ["dune" "subst"] {dev} ["dune" "build" "-p" name "-j" jobs] + ["sh" "packaging/FreeBSD/create_package.sh"] {os = "freebsd"} ] synopsis: "Scheduling and executing shell jobs"