From d16a9d524ea312bac7cf3f47068bb658a370b228 Mon Sep 17 00:00:00 2001 From: Marek Kubica Date: Wed, 21 Aug 2019 15:56:14 +0200 Subject: [PATCH] Attempt to package augeas --- packages/augeas/augeas.0.6/opam | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 packages/augeas/augeas.0.6/opam diff --git a/packages/augeas/augeas.0.6/opam b/packages/augeas/augeas.0.6/opam new file mode 100644 index 000000000000..3661fc84281e --- /dev/null +++ b/packages/augeas/augeas.0.6/opam @@ -0,0 +1,27 @@ +opam-version: "2.0" +authors: ["Richard W.M. Jones ", "Pino Toscano "] +maintainer: "Marek Kubica " +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" + ] +}