New package: ideviceinstaller-1.1.0 [resolves #3189]

This commit is contained in:
cr6git 2018-10-01 06:27:48 +02:00 committed by GitHub
parent e578ca1519
commit cfdcafed2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,19 @@
# Template file for 'ideviceinstaller'
pkgname=ideviceinstaller
version=1.1.0
revision=1
build_style=gnu-configure
hostmakedepends="automake libtool pkg-config"
makedepends="libimobiledevice-devel libplist-devel libzip-devel"
depends="usbmuxd"
short_desc="Manage apps of iOS devices"
maintainer="cr6git <quark6@protonmail.com>"
license="GPL-2.0-or-later"
homepage="https://github.com/libimobiledevice/ideviceinstaller"
distfiles="https://github.com/libimobiledevice/${pkgname}/archive/${version}.tar.gz"
checksum=847b58708f9e627af2d09283177a2495e6c49d9a99d459499c4f3fd4ad4f0506
pre_configure() {
sed -i "/AS_COMPILER_FLAGS(/s/-Werror//" configure.ac
NOCONFIGURE=1 ./autogen.sh
}