this repo has no description

conf-alsa: add FreeBSD support

Changed files
+2 -3
packages
conf-alsa
conf-alsa.1
+2 -3
packages/conf-alsa/conf-alsa.1/opam
···
"conf-pkg-config" {build}
]
depexts: [
-
["alsa-lib"] {os-distribution = "nixos" | os-family = "arch"}
+
["alsa-lib"] {os-distribution = "nixos" | os-family = "arch" | os = "freebsd"}
["alsa-lib-dev"] {os-distribution = "alpine"}
["alsa-lib-devel"] {os-distribution = "centos" | os-distribution = "fedora" | os-family = "suse" | os-family = "opensuse" | os-distribution = "ol"}
["libasound2-dev"] {os-family = "debian" | os-family = "ubuntu"}
-
]
-
available: [ os = "linux" ]
+
available: [ os = "linux" | os = "freebsd" ]
synopsis: "Virtual package relying on alsa"
description:
"This package can only install if the alsa library is installed on the system."