Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions srcpkgs/wl-clip-persist/template
Original file line number Diff line number Diff line change
@@ -1,21 +1,17 @@
# Template file for 'wl-clip-persist'
pkgname=wl-clip-persist
version=0.4.3
version=0.5.0
revision=1
build_style=cargo
hostmakedepends="pkg-config"
makedepends="wayland-devel"
short_desc="Keep Wayland clipboard even after programs close"
maintainer="Akash Mondal <akash@mondal.zip>"
maintainer="Akash <git@mondal.zip>"
license="MIT"
homepage="https://github.com/Linus789/wl-clip-persist"
changelog="https://github.com/Linus789/wl-clip-persist/releases"
distfiles="https://github.com/Linus789/wl-clip-persist/archive/refs/tags/v${version}.tar.gz"
checksum="83df75502cf5699e71cd022730ae7c87d0cceaea396be83120643e9aa2b96d97"

pre_build() {
cargo update --package wayrs-core:1.0.0 --precise 1.0.5
}
checksum=fdd2506e6556dda943a164d891fe498985838fdd0e94c54e595a8f1cd8c49b66

post_install() {
vlicense LICENSE
Expand Down