testing/wl-clipboard: modernize

Closes GH-8363
This commit is contained in:
Leo 2019-06-01 12:33:05 -03:00 committed by Kevin Daudt
parent 840b6c63b1
commit 22f0eccac2

View File

@ -7,11 +7,10 @@ pkgdesc="Command-line copy/paste utilities for Wayland"
url="https://github.com/bugaevc/wl-clipboard"
arch="all"
license="GPL-3.0-or-later"
options="!check"
options="!check" # No test suite
makedepends="meson ninja wayland-dev wayland-protocols"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/bugaevc/$pkgname/archive/v$pkgver.tar.gz"
builddir="$srcdir/$pkgname-$pkgver"
build() {
meson \