[arch-commits] Commit in webkit2-sharp/repos (2 files)

Felix Yan felixonmars at archlinux.org
Tue Jul 7 13:20:50 UTC 2020


    Date: Tuesday, July 7, 2020 @ 13:20:50
  Author: felixonmars
Revision: 658425

archrelease: copy trunk to community-staging-x86_64

Added:
  webkit2-sharp/repos/community-staging-x86_64/
  webkit2-sharp/repos/community-staging-x86_64/PKGBUILD
    (from rev 658422, webkit2-sharp/trunk/PKGBUILD)

----------+
 PKGBUILD |   26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

Copied: webkit2-sharp/repos/community-staging-x86_64/PKGBUILD (from rev 658422, webkit2-sharp/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-07-07 13:20:50 UTC (rev 658425)
@@ -0,0 +1,26 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=webkit2-sharp
+pkgver=2.10.9
+pkgrel=3
+pkgdesc="C Sharp bindings for WebKit 2 with GTK+ 3"
+arch=(x86_64)
+url="https://github.com/hbons/webkit2-sharp"
+license=(MIT)
+depends=(gtk-sharp-3 webkit2gtk)
+makedepends=(git libxslt)
+_commit=dec1e10876f3bbda621f635937c23ac486cd6e05  # master
+source=("git+https://github.com/hbons/webkit2-sharp#commit=$_commit")
+sha256sums=('SKIP')
+
+build() {
+  cd $pkgname
+  ./autogen.sh --prefix=/usr
+  make -j1
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}



More information about the arch-commits mailing list