Skip to content
Snippets Groups Projects
Commit ef575a61 authored by Kasper K's avatar Kasper K Committed by Leo
Browse files

testing/ideviceinstaller: new aport

parent f2be0e6d
No related branches found
No related tags found
1 merge request!21888testing/ideviceinstaller: new aport
Pipeline #83490 passed
# Contributor: Kasper K <kasperkantz@outlook.com>
# Maintainer: Kasper K <kasperkantz@outlook.com>
pkgname=ideviceinstaller
pkgver=1.1.1
pkgrel=0
pkgdesc="Manage apps of iOS devices"
url="https://libimobiledevice.org"
arch="all"
license="LGPL-2.1-or-later"
makedepends="libimobiledevice-dev libzip-dev"
subpackages="$pkgname-doc"
source="https://github.com/libimobiledevice/ideviceinstaller/releases/download/$pkgver/ideviceinstaller-$pkgver.tar.bz2"
build() {
./configure \
--build=$CBUILD \
--host=$CHOST \
--prefix=/usr \
--disable-static
make
}
check() {
make check
}
package() {
make DESTDIR="$pkgdir" install
}
sha512sums="fd117a5745890746237f381c9fe0e01cf8ea06d9c2341da397c52e5ebc0e058c73797e349a0a81b2777f5333dafc32e5c32e9e2c99ee70a864be159fe73e9568 ideviceinstaller-1.1.1.tar.bz2"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment