Skip to content

Commit 6244b38

Browse files
authored
Merge pull request ocaml#22675 from mseri/fix-headache
headache 1.06: simplify install
2 parents caa6b34 + 841645f commit 6244b38

File tree

1 file changed

+6
-5
lines changed
  • packages/headache/headache.1.06

1 file changed

+6
-5
lines changed

packages/headache/headache.1.06/opam

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,19 @@ bug-reports: "https://github.com/Frama-C/headache/issues"
2424
dev-repo: "git+https://github.com/Frama-C/headache.git"
2525

2626
depends: [
27+
"ocaml"
2728
"camomile"
2829
"dune" {>= "1.6"}
30+
"odoc" {with-doc}
2931
]
3032

3133
build: [
32-
[ "dune" "build" "-p" "headache" ]
34+
[
35+
"dune" "build" "-p" name "-j" jobs
36+
"@doc" {with-doc}
37+
]
3338
]
3439

35-
install: [
36-
[make "INSTALLDIR=%{prefix}%/bin" "install"]
37-
[make "DOC_INSTALLDIR=%{prefix}%/doc/headache" "install-doc"] {with-doc}
38-
]
3940
url {
4041
src: "https://github.com/Frama-C/headache/archive/v1.06.tar.gz"
4142
checksum: [

0 commit comments

Comments
 (0)