Skip to content

Commit

Permalink
Merge pull request #14715 from Leonidas-from-XIV/augeas
Browse files Browse the repository at this point in the history
Attempt to package augeas
  • Loading branch information
avsm committed Aug 24, 2019
2 parents 56b2189 + 081eda7 commit 3a6b2c0
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions packages/augeas/augeas.0.6/opam
@@ -0,0 +1,43 @@
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"
bug-reports: "augeas-devel@redhat.com"
build: [
["./configure" "--prefix" prefix]
[make]
]
install: [
[make "install"]
]
depends: [
"conf-pkg-config" {build}
"ocamlfind" {build}
]
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."""
depexts: [
["libaugeas-dev"] {os-family = "debian"}
["augeas-devel"] {os-distribution = "centos"}
["augeas-devel"] {os-distribution = "ol"}
["augeas-devel"] {os-distribution = "fedora"}
["augeas-devel"] {os-family = "suse"}
["libaugeas-devel"] {os-distribution = "mageia"}
["augeas"] {os = "macos" & os-distribution = "homebrew"}
["augeas-dev"] {os-distribution = "alpine"}
["augeas"] {os-distribution = "nixos"}
["augeas"] {os-distribution = "arch"}
]
url {
src:
"https://people.redhat.com/~rjones/augeas/files/ocaml-augeas-0.6.tar.gz"
checksum: [
"sha256=8aba99ddacd08768ebeef4a2138361d13b41a30317fce7503140cd86a1307611"
"sha512=e747f5c09d3821b41d98e3f12c8dfe9bb13a69d6ccaaf954f4bb33e8e4d9d62603ae26fe9f93f10b2705872526b1863a1c20e0c8a53858fdf60f8cb8cbf50b7a"
]
}

0 comments on commit 3a6b2c0

Please sign in to comment.