diff options
Diffstat (limited to 'vcpkg/ports/alsa/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/alsa/vcpkg.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/vcpkg/ports/alsa/vcpkg.json b/vcpkg/ports/alsa/vcpkg.json new file mode 100644 index 0000000..fd1a6b1 --- /dev/null +++ b/vcpkg/ports/alsa/vcpkg.json @@ -0,0 +1,9 @@ +{ + "name": "alsa", + "version": "1.2.14", + "port-version": 1, + "description": "The Advanced Linux Sound Architecture (ALSA) - library", + "homepage": "https://www.alsa-project.org/", + "license": "LGPL-2.1-or-later", + "supports": "linux | android" +} |