Skip to content

Commit

Permalink
Merge pull request #21517 from gerdstolpmann/gerd/omake-0.10.5
Browse files Browse the repository at this point in the history
upstream relase omake.0.10.5
  • Loading branch information
mseri committed Jun 14, 2022
2 parents d621e72 + d1e6ded commit 0a4b989
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions packages/omake/omake.0.10.5/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
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"
}

0 comments on commit 0a4b989

Please sign in to comment.