this repo has no description

Merge pull request #21517 from gerdstolpmann/gerd/omake-0.10.5

upstream relase omake.0.10.5

Changed files
+43
packages
omake
omake.0.10.5
+43
packages/omake/omake.0.10.5/opam
···
+
opam-version: "2.0"
+
maintainer: "Gerd Stolpmann <gerd@gerd-stolpmann.de>"
+
authors: [
+
"Aleksey Nogin"
+
"Jason Hickey"
+
"Gerd Stolpmann"
+
]
+
+
license: "GPL-2.0-only"
+
dev-repo: "git+https://github.com/ocaml-omake/omake.git"
+
homepage: "http://projects.camlcity.org/projects/omake.html"
+
bug-reports: "https://github.com/ocaml-omake/issues"
+
+
build: [
+
["./configure" "-prefix" "%{prefix}%"]
+
[make]
+
]
+
+
install: [
+
[make "install"]
+
]
+
+
remove: [
+
[ "rm" "-f" "%{prefix}%/bin/omake" ]
+
[ "rm" "-f" "%{prefix}%/bin/osh" ]
+
[ "rm" "-rf" "%{prefix}%/lib/omake" ]
+
]
+
+
depends: [
+
"ocaml" {>= "4.03.0"}
+
"ocamlfind"
+
]
+
conflicts: [ "base-effects" ]
+
synopsis: "Build system designed for scalability and portability"
+
flags: light-uninstall
+
url {
+
src: "http://download.camlcity.org/download/omake-0.10.5.tar.gz"
+
checksum: [
+
"md5=48b3507d467bc86d961d56a5e2e78aaf"
+
"sha512=e8dcc8c489164746c6ba4d77537aeb88e75ce2fc98c7275c53851ac31a3de5123ebdac9f6193f9f9bcd184311e63c6272fe48b0a3bd9625f7581cdbb022d058c"
+
]
+
mirrors: "http://download2.camlcity.org/download/omake-0.10.5.tar.gz"
+
}