Skip to content

Commit ee594a9

Browse files
committed
Add conf-allegro5 package
1 parent 2807f2d commit ee594a9

File tree

1 file changed

+44
-0
lines changed
  • packages/conf-allegro5/conf-allegro5.1

1 file changed

+44
-0
lines changed
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
opam-version: "2.0"
2+
maintainer: "[email protected]"
3+
homepage: "https://liballeg.org"
4+
authors: "The Allegro authors"
5+
bug-reports: "https://github.com/ocaml/opam-repository/issues"
6+
license: "Giftware"
7+
build: ["pkg-config" "allegro-5"]
8+
depexts: [
9+
[
10+
"allegro5-devel"
11+
"allegro5-addon-acodec-devel"
12+
"allegro5-addon-audio-devel"
13+
"allegro5-addon-dialog-devel"
14+
"allegro5-addon-image-devel"
15+
"allegro5-addon-physfs-devel"
16+
"allegro5-addon-ttf-devel"
17+
"allegro5-addon-video-devel"
18+
] {os-distribution = "centos" | os-distribution = "fedora"}
19+
["allegro"] {os-family = "suse" | os-family = "opensuse"}
20+
[
21+
"liballegro5-dev"
22+
"liballegro-acodec5-dev"
23+
"liballegro-audio5-dev"
24+
"liballegro-dialog5-dev"
25+
"liballegro-image5-dev"
26+
"liballegro-physfs5-dev"
27+
"liballegro-ttf5-dev"
28+
"liballegro-video5-dev"
29+
] {os-family = "debian" | os-family = "ubuntu"}
30+
["allegro5"] {os-distribution = "nixos"}
31+
["allegro"] {os-family = "arch"}
32+
["allegro-dev"] {os-family = "alpine"}
33+
["allegro"] {os-distribution = "homebrew"}
34+
["allegro5"] {os = "freebsd"}
35+
["allegro5"] {os = "netbsd"}
36+
["mingw-w64-allegro"] {os-distribution = "msys2"}
37+
]
38+
synopsis: "Virtual package relying on Allegro 5 development libraries"
39+
description:
40+
"This package can only install if Allegro 5 development libraries are accessible through pkg-config."
41+
depends: [
42+
"conf-pkg-config" {build}
43+
]
44+
flags: conf

0 commit comments

Comments
 (0)