{
    "app-id": "net.sourceforge.wavbreaker",
    "runtime": "org.freedesktop.Platform",
    "runtime-version": "20.08",
    "sdk": "org.freedesktop.Sdk",
    "command": "wavbreaker",
    "modules": [
        {
            "name": "libao",
            "buildsystem": "autotools",
            "sources": [
                {
                    "type": "git",
                    "url": "https://github.com/xiph/libao.git"
                }
            ]
        },
        {
            "name": "wavbreaker",
            "buildsystem": "meson",
            "sources": [
                {
                    "type": "dir",
                    "path": "../.."
                }
            ]
        }
    ],
    "finish-args": [
       "--socket=wayland",
       "--socket=fallback-x11",
       "--socket=pulseaudio",
       "--filesystem=home"
    ]
}
