Date: Saturday, March 19, 2022 @ 18:12:48
  Author: ainola
Revision: 1161681

archrelease: copy trunk to community-testing-x86_64

Added:
  wl-clipboard/repos/community-testing-x86_64/
  wl-clipboard/repos/community-testing-x86_64/PKGBUILD
    (from rev 1161680, wl-clipboard/trunk/PKGBUILD)

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

Copied: wl-clipboard/repos/community-testing-x86_64/PKGBUILD (from rev 1161680, 
wl-clipboard/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD                           (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-03-19 18:12:48 UTC (rev 1161681)
@@ -0,0 +1,29 @@
+# Maintainer: Brett Cornwall <[email protected]>
+# Contributor: Adam Brunnmeier
+
+pkgname=wl-clipboard
+pkgver=2.1.0
+pkgrel=1
+epoch=1
+pkgdesc="Command-line copy/paste utilities for Wayland"
+arch=('x86_64')
+url="https://github.com/bugaevc/wl-clipboard";
+license=('GPL3')
+depends=('wayland')
+optdepends=(
+    'xdg-utils: for content type inference in wl-copy'
+    'mailcap: for type inference in wl-paste'
+)
+makedepends=('meson' 'wayland-protocols')
+options=(debug)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/bugaevc/wl-clipboard/archive/v$pkgver.tar.gz";)
+sha256sums=('72dab9a7d3835c76d6ff2089f15ffec9e064a321e5f3cbbe961a8fa81aff5573')
+
+build() {
+    arch-meson "$pkgname-$pkgver" build
+    ninja -C build
+}
+
+package() {
+    DESTDIR="$pkgdir" ninja -C build install
+}

Reply via email to