Clipboard: update to 0.8.2, orphan

This commit is contained in:
Marcin Puc 2023-10-01 21:01:20 +02:00 committed by classabbyamp
parent 465f9e7710
commit f09ef06fa5

View file

@ -1,18 +1,19 @@
# Template file for 'Clipboard' # Template file for 'Clipboard'
pkgname=Clipboard pkgname=Clipboard
version=0.8.1 version=0.8.2
revision=1 revision=1
build_style=cmake build_style=cmake
hostmakedepends="pkg-config wayland-devel" hostmakedepends="pkg-config wayland-devel"
makedepends="alsa-lib-devel libX11-devel wayland-devel wayland-protocols" makedepends="alsa-lib-devel libX11-devel wayland-devel wayland-protocols"
short_desc="Cut, copy, and paste anything, anywhere, all from the terminal" short_desc="Cut, copy, and paste anything, anywhere, all from the terminal"
maintainer="Marcin Puc <tranzystorek.io@protonmail.com>" maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-or-later" license="GPL-3.0-or-later"
homepage="https://github.com/Slackadays/Clipboard" homepage="https://github.com/Slackadays/Clipboard"
changelog="https://github.com/Slackadays/Clipboard/releases" changelog="https://github.com/Slackadays/Clipboard/releases"
distfiles="https://github.com/Slackadays/Clipboard/archive/refs/tags/${version}.tar.gz" distfiles="https://github.com/Slackadays/Clipboard/archive/refs/tags/${version}.tar.gz"
checksum=f7ceb2dbb76bc094ac8afbef97bdef0f1a9451ca7dd1a4a181f3b2a859a2f094 checksum=302c2ae30f9027b1011df2ee690b68fdb2921f76e36f2bd681517aa7d2af5147
post_install() { post_install() {
vcompletion documentation/completions/cb.fish fish cb vcompletion documentation/completions/cb.fish fish cb
vcompletion documentation/completions/cb.zsh zsh cb
} }