diff --git a/srcpkgs/ideviceinstaller/template b/srcpkgs/ideviceinstaller/template new file mode 100644 index 00000000000..5f895ac8456 --- /dev/null +++ b/srcpkgs/ideviceinstaller/template @@ -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 " +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 +}