Skip to content

Commit

Permalink
Attempt to package augeas
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonidas-from-XIV committed Aug 21, 2019
1 parent bdb9027 commit d16a9d5
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions packages/augeas/augeas.0.6/opam
@@ -0,0 +1,27 @@
opam-version: "2.0"
authors: ["Richard W.M. Jones <rjones@redhat.com>", "Pino Toscano <ptoscano@redhat.com>"]
maintainer: "Marek Kubica <marek@xivilization.net>"
homepage: "http://augeas.net/"
dev-repo: "git://git.annexia.org/ocaml-augeas.git"
build: [
["./configure" "--prefix" prefix]
[make]
[make "install"]
]
depends: [
"ocamlfind"
]
synopsis: "Bindings to the Augeas configuration editing tool"
description: """Bindings to the Augeas configuration editing tool

It parses configuration files in their native formats and transforms them into
a tree. Configuration changes are made by manipulating this tree and saving it
back into native config files."""
url {
src:
"https://people.redhat.com/~rjones/augeas/files/ocaml-augeas-0.6.tar.gz"
checksum: [
"sha256=8aba99ddacd08768ebeef4a2138361d13b41a30317fce7503140cd86a1307611"
"sha512=e747f5c09d3821b41d98e3f12c8dfe9bb13a69d6ccaaf954f4bb33e8e4d9d62603ae26fe9f93f10b2705872526b1863a1c20e0c8a53858fdf60f8cb8cbf50b7a"
]
}

0 comments on commit d16a9d5

Please sign in to comment.