void-packages/srcpkgs/Clipboard/template

20 lines
730 B
Bash

# Template file for 'Clipboard'
pkgname=Clipboard
version=0.7.1
revision=1
build_style=cmake
hostmakedepends="pkg-config wayland-devel"
makedepends="libX11-devel wayland-devel wayland-protocols"
short_desc="Cut, copy, and paste anything, anywhere, all from the terminal"
maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
license="GPL-3.0-or-later"
homepage="https://github.com/Slackadays/Clipboard"
changelog="https://github.com/Slackadays/Clipboard/releases"
distfiles="https://github.com/Slackadays/Clipboard/archive/refs/tags/${version}.tar.gz"
checksum=ade73db60fdbdff8c68a4dc97f854aae502304e8294d57a7b32f6b01d48f8eef
if [ "${XBPS_TARGET_NO_ATOMIC8}" ]; then
makedepends+=" libatomic-devel"
CXXFLAGS+=" -latomic"
fi