{
    "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.29/libusb-1.0.29.tar.bz2",
            "sha256": "5977fc950f8d1395ccea9bd48c06b3f808fd3c2c961b44b0c2e6e29fc3a70a85",
            "x-checker-data": {
                "type": "anitya",
                "project-id": 1749,
                "stable-only": true,
                "url-template": "https://github.com/libusb/libusb/releases/download/v$version/libusb-$version.tar.bz2"
            }
        }
    ],
    "post-install": [
        "install -Dm644 COPYING ${FLATPAK_DEST}/share/licenses/libusb/COPYING"
    ]
}

