~aleteoryx/sexchat

ref: bf788d753ac51adb7dae9b517b2a6a7190cc4d32 sexchat/flatpak/shared-modules/libusb/libusb.json -rw-r--r-- 495 bytes
bf788d75Aleteoryx remove all mentions of struct session from server.c 4 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "name": "libusb",
    "config-opts": [ "--disable-static" ],
    "cleanup": [
        "/lib/*.la",
        "/lib/pkgconfig",
        "/include"
    ],
    "sources": [
        {
            "type":"archive",
            "url":"https://github.com/libusb/libusb/archive/v1.0.24.tar.gz",
            "sha256": "b7724c272dfc5713dce88ff717efd60f021ca5b7c8e30f08ebb2c42d2eea08ae"
        }
    ],
    "post-install": [
        "install -Dm644 COPYING /app/share/licenses/libusb/COPYING"
    ]
}