-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
47 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
opam-version: "2.0" | ||
maintainer: "allegro-developers@lists.liballeg.org" | ||
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" | ||
"allegro5-addon-image" | ||
"allegro5-addon-primitives" | ||
"allegro5-addon-ttf" | ||
] {os-distribution = "centos" | os-distribution = "fedora"} | ||
[ | ||
"liballegro-devel" | ||
"liballegro_image-devel" | ||
"liballegro_primitives-devel" | ||
"liballegro_ttf-devel" | ||
] {os-family = "suse" | os-family = "opensuse"} | ||
[ | ||
"liballegro5-dev" | ||
"liballegro-image5-dev" | ||
"liballegro-primitives5-dev" | ||
"liballegro-ttf5-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"} | ||
] | ||
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 |