Skip to content

Commit

Permalink
yank: update to 1.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
icp1994 committed Feb 17, 2023
1 parent c8ae486 commit ac27136
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion srcpkgs/yank/template
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ version=1.2.0
revision=1
build_style=gnu-makefile
make_use_env=yes
depends="xsel"
make_build_args="YANKCMD=$(vopt_if wayland wl-copy)"
depends="$(vopt_if x11 xsel) $(vopt_if wayland wl-clipboard)"
short_desc="Yank terminal output to clipboard"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
Expand All @@ -13,6 +14,9 @@ changelog="https://raw.githubusercontent.com/mptre/yank/master/CHANGELOG.md"
distfiles="https://github.com/mptre/yank/releases/download/v${version}/yank-${version}.tar.gz"
checksum=b500d1a71378e69a2a348032107e6d8db728b8f6af280a9bb4cb446c1d26e43a

build_options="x11 wayland"
build_options_default="x11"

post_install() {
vlicense LICENSE
}

0 comments on commit ac27136

Please sign in to comment.