1 # Maintainer: Balló György <ballogyor+arch at gmail dot com>
6 pkgdesc="C Sharp bindings for WebKit 2 with GTK+ 3"
8 url="https://github.com/hbons/webkit2-sharp"
10 depends=(gtk-sharp-3 webkit2gtk)
11 makedepends=(git libxslt)
12 _commit=dec1e10876f3bbda621f635937c23ac486cd6e05 # master
13 source=("git+https://github.com/hbons/webkit2-sharp#commit=$_commit")
18 ./autogen.sh --prefix=/usr
24 make DESTDIR="$pkgdir" install
25 install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"