1SUMMARY = "A command-line application to restore firmware files to iOS devices"
2LICENSE = "LGPL-3.0-or-later"
3LIC_FILES_CHKSUM = "\
4    file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02 \
5"
6
7HOMEPAGE = "http://www.libimobiledevice.org/"
8
9DEPENDS = "libirecovery libimobiledevice libzip curl libimobiledevice-glue openssl"
10
11PV = "1.0.1+git"
12
13SRCREV = "ecae6c6e8ca6b6bad080a1c73f10ffd0e67d75a7"
14SRC_URI = "git://github.com/libimobiledevice/idevicerestore;protocol=https;branch=master"
15
16S = "${WORKDIR}/git"
17inherit autotools pkgconfig
18