void-packages/srcpkgs/Clipboard/template
icp 698fdf9164
Clipboard: update to 0.10.0.
Closes: #53312 [via git-merge-pr]
2024-12-24 14:35:45 -05:00

19 lines
770 B
Bash

# Template file for 'Clipboard'
pkgname=Clipboard
version=0.10.0
revision=1
build_style=cmake
hostmakedepends="pkg-config wayland-devel"
makedepends="alsa-lib-devel openssl-devel libX11-devel wayland-devel wayland-protocols"
short_desc="Cut, copy, and paste anything, anywhere, all from the terminal"
maintainer="icp <pangolin@vivaldi.net>"
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=741717ee505a7852fab5c69740b019e2b33f81d948232894ce294ed0a55e70fb
post_install() {
vcompletion documentation/completions/cb.fish fish cb
vcompletion documentation/completions/cb.zsh zsh cb
}