2021-06-17 21:01:08 +02:00
SUMMARY = " Wayland clipboard utilities "
DESCRIPTION = " This project implements two command-line Wayland clipboard utilities, wl-copy and wl-paste, that let you easily copy data between the clipboard and Unix pipes, sockets, files and so on. "
HOMEPAGE = " https://github.com/bugaevc/wl-clipboard "
BUGTRACKER = " https://github.com/bugaevc/wl-clipboard/issues "
SECTION = " base/shell "
2022-03-04 14:58:29 +01:00
LICENSE = " GPL-3.0-only "
2021-06-17 21:01:08 +02:00
LIC_FILES_CHKSUM = " file://COPYING;md5=8f0e2cd40e05189ec81232da84bd6e1a "
REQUIRED_DISTRO_FEATURES = " wayland "
DEPENDS + = " \
wayland \
wayland - native \
wayland - protocols \
"
2021-11-23 17:16:27 +01:00
SRC_URI = " git://github.com/bugaevc/wl-clipboard.git;protocol=https;branch=master "
2021-06-17 21:01:08 +02:00
S = " ${WORKDIR}/git "
2022-12-09 19:26:25 +01:00
PV = " 2.1.0 "
SRCREV = " 89cd9f9e430a6cd8b82fa65a9c05e530e2430ffd "
2021-06-17 21:01:08 +02:00
inherit meson pkgconfig features_check
EXTRA_OEMESON + = " --buildtype release "
2021-08-07 06:23:26 +02:00
FILES : $ { PN } + = " ${datadir} "
2021-06-17 21:01:08 +02:00
BBCLASSEXTEND = " "