Date: Thursday, January 5, 2023 @ 20:41:35
  Author: felixonmars
Revision: 1378367

archrelease: copy trunk to community-any

Added:
  deepin-wayland-protocols/repos/community-any/PKGBUILD
    (from rev 1378366, deepin-wayland-protocols/trunk/PKGBUILD)

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

Copied: deepin-wayland-protocols/repos/community-any/PKGBUILD (from rev 
1378366, deepin-wayland-protocols/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-01-05 20:41:35 UTC (rev 1378367)
@@ -0,0 +1,23 @@
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: justforlxz <[email protected]>
+
+pkgname=deepin-wayland-protocols
+pkgver=1.6.0.deepin.1.2
+_tag=1.6.0-deepin.1.2
+pkgrel=1
+pkgdesc='deepin Specific Protocols for Wayland'
+url="https://github.com/justforlxz/deepin-wayland-protocols";
+arch=(any)
+license=(LGPL)
+makedepends=(extra-cmake-modules ninja qt5-base)
+source=("https://github.com/linuxdeepin/deepin-wayland-protocols/archive/$_tag/$pkgname-$_tag.tar.gz";)
+sha256sums=('5a870dedc0f67338a977c52e13b472887958d666d787ebaee261d9aff1def124')
+
+build() {
+  cmake -GNinja -B build -S $pkgname-$_tag
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}

Reply via email to