20 lines
757 B
Bash
20 lines
757 B
Bash
# Template file for 'Clipboard'
|
|
pkgname=Clipboard
|
|
version=0.9.0.1
|
|
revision=1
|
|
build_style=cmake
|
|
hostmakedepends="pkg-config wayland-devel"
|
|
makedepends="alsa-lib-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=187eba2a2c72d32d35ff750b947f1c812e33f9af538a6fc1b781e18a5e912d45
|
|
|
|
post_install() {
|
|
vcompletion documentation/completions/cb.fish fish cb
|
|
vcompletion documentation/completions/cb.zsh zsh cb
|
|
}
|