summaryrefslogtreecommitdiff
path: root/subprojects/shared-modules/libusb/libusb.json
blob: 21dddf80a512612d416e76eddd1f3b80413ca885 (plain)
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/releases/download/v1.0.26/libusb-1.0.26.tar.bz2",
            "sha256": "12ce7a61fc9854d1d2a1ffe095f7b5fac19ddba095c259e6067a46500381b5a5"
        }
    ],
    "post-install": [
        "install -Dm644 COPYING /app/share/licenses/libusb/COPYING"
    ]
}