# Maintainer: Massimiliano Torromeo pkgname=ios-webkit-debug-proxy pkgver=1.7 pkgrel=1 pkgdesc="DevTools proxy (WebKit Remote Debugging) for iOS devices (Safari Remote Web Inspector)" url="https://github.com/google/ios-webkit-debug-proxy" arch=('i686' 'x86_64') license=('BSD') depends=('libimobiledevice') source=("https://github.com/google/ios-webkit-debug-proxy/archive/$pkgver/$pkgname-$pkgver.tar.gz") sha256sums=('e4f86d926a93b25672d4337af9c3549896125c7f345bb1d98eb3dca7da12c123') build() { cd ios-webkit-debug-proxy-$pkgver ./autogen.sh --prefix=/usr ./configure LIBS="-lm" --prefix=/usr \ --includedir=/usr/include/ios-webkit-debug-proxy make } package() { cd ios-webkit-debug-proxy-$pkgver make DESTDIR="$pkgdir" install install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md }