-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
opam
37 lines (33 loc) · 953 Bytes
/
opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
opam-version: "2.0"
maintainer: "jun.furuse@gmail.com"
authors: [
"Aleksey Nogin"
"Jason Hickey"
]
license: "GPL-2.0-only"
dev-repo: "git+https://github.com/camlspotter/omake-0.9.git"
homepage: "https://github.com/camlspotter/omake-0.9/README.md"
bug-reports: "https://github.com/camlspotter/omake-0.9/issues"
build: [
[make "bootstrap" "PREFIX=%{prefix}%"]
[make "all" "PREFIX=%{prefix}%"]
]
install: [make "install" "PREFIX=%{prefix}%"]
remove: [
[ "rm" "-f" "%{prefix}%/bin/omake" ]
[ "rm" "-f" "%{prefix}%/bin/osh" ]
[ "rm" "-rf" "%{prefix}%/lib/omake" ]
]
depends: [
"ocaml" {>= "4.02.3" & < "4.07.0"}
"ocamlfind"
]
synopsis: "Build system designed for scalability and portability."
flags: light-uninstall
url {
src: "https://github.com/camlspotter/omake-0.9/archive/0.9.8.7.tar.gz"
checksum: [
"sha256=965b0bdcc402d4750b6701377a8cf9cde550a463fd9e38fa3274d19b81cdd202"
"md5=56fd01bdd0e412d4fb66feba20a15b42"
]
}