Date: Tuesday, January 11, 2022 @ 15:39:12
  Author: alucryd
Revision: 1100557

archrelease: copy trunk to community-x86_64

Added:
  libliftoff/repos/
  libliftoff/repos/community-x86_64/
  libliftoff/repos/community-x86_64/PKGBUILD
    (from rev 1100556, libliftoff/trunk/PKGBUILD)

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

Copied: libliftoff/repos/community-x86_64/PKGBUILD (from rev 1100556, 
libliftoff/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD                             (rev 0)
+++ repos/community-x86_64/PKGBUILD     2022-01-11 15:39:12 UTC (rev 1100557)
@@ -0,0 +1,37 @@
+# Maintainer: Maxime Gauduin <[email protected]>
+# Maintainer: Giancarlo Razzolini <[email protected]>
+# Contributor: Sefa Eyeoglu <[email protected]>
+
+pkgname=libliftoff
+pkgver=0.1.0
+pkgrel=1
+pkgdesc='Lightweight KMS plane library'
+arch=(x86_64)
+url=https://gitlab.freedesktop.org/emersion/libliftoff
+license=(MIT)
+depends=(libdrm)
+makedepends=(
+  git
+  meson
+  ninja
+)
+_tag=a58b638736ad5efe0393ace97522c49949ba2f77
+source=(git+https://gitlab.freedesktop.org/emersion/libliftoff.git#tag=${_tag})
+b2sums=(SKIP)
+
+build() {
+  arch-meson libliftoff build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" meson install -C build
+  install -Dm 644 libliftoff/LICENSE -t 
"${pkgdir}"/usr/share/licenses/libliftoff/
+  install -Dm 644 libliftoff/README.md -t "${pkgdir}"/usr/share/doc/libliftoff/
+}
+
+# vim: ts=2 sw=2 et:

Reply via email to