[arch-commits] Commit in spice-protocol/repos (testing-any testing-any/PKGBUILD)

Anatol Pomozov anatolik at archlinux.org
Thu Jul 23 19:05:38 UTC 2020


    Date: Thursday, July 23, 2020 @ 19:05:37
  Author: anatolik
Revision: 392458

archrelease: copy trunk to testing-any

Added:
  spice-protocol/repos/testing-any/
  spice-protocol/repos/testing-any/PKGBUILD
    (from rev 392457, spice-protocol/trunk/PKGBUILD)

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

Copied: spice-protocol/repos/testing-any/PKGBUILD (from rev 392457, spice-protocol/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2020-07-23 19:05:37 UTC (rev 392458)
@@ -0,0 +1,26 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Patryk Kowalczyk < patryk at kowalczyk dot ws>
+
+pkgname=spice-protocol
+pkgver=0.14.2
+pkgrel=1
+pkgdesc="Headers for SPICE protocol"
+arch=(any)
+url="https://spice-space.org"
+license=('BSD' 'LGPL2.1')
+makedepends=('meson')
+source=(https://gitlab.freedesktop.org/spice/spice-protocol/-/archive/v$pkgver/spice-protocol-v$pkgver.tar.gz)
+md5sums=('265539c4eba2079521980fce0ac64563')
+
+build() {
+  mkdir build
+  cd "$srcdir/$pkgname-v$pkgver"
+  arch-meson ../build
+  ninja -v -C ../build
+}
+
+package() {
+  cd "$srcdir/$pkgname-v$pkgver"
+  DESTDIR="$pkgdir/" ninja -C ../build install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}



More information about the arch-commits mailing list