Skip to content

Commit

Permalink
Add conf-allegro5 package
Browse files Browse the repository at this point in the history
  • Loading branch information
Frigory33 committed Jan 9, 2025
1 parent 9b750c5 commit da45543
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions packages/conf-allegro5/conf-allegro5.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "https://liballeg.org"
authors: "The Allegro authors"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
license: "Giftware"
build: ["pkg-config" "allegro-5"]
depexts: [
[
"allegro5-devel"
"allegro5-addon-acodec-devel"
"allegro5-addon-audio-devel"
"allegro5-addon-dialog-devel"
"allegro5-addon-image-devel"
"allegro5-addon-physfs-devel"
"allegro5-addon-ttf-devel"
"allegro5-addon-video-devel"
] {os-distribution = "centos" | os-distribution = "fedora"}
["allegro"] {os-family = "suse" | os-family = "opensuse"}
[
"liballegro5-dev"
"liballegro-acodec5-dev"
"liballegro-audio5-dev"
"liballegro-dialog5-dev"
"liballegro-image5-dev"
"liballegro-physfs5-dev"
"liballegro-ttf5-dev"
"liballegro-video5-dev"
] {os-family = "debian" | os-family = "ubuntu"}
["allegro5"] {os-distribution = "nixos"}
["allegro"] {os-family = "arch"}
["allegro-dev"] {os-family = "alpine"}
["allegro"] {os-distribution = "homebrew"}
["allegro5"] {os = "freebsd"}
["allegro5"] {os = "netbsd"}
["mingw-w64-allegro"] {os-distribution = "msys2"}
]
synopsis: "Virtual package relying on Allegro 5 development libraries"
description:
"This package can only install if Allegro 5 development libraries are accessible through pkg-config."
depends: [
"conf-pkg-config" {build}
]
flags: conf

0 comments on commit da45543

Please sign in to comment.