21 lines
576 B
Bash
21 lines
576 B
Bash
# Template file for 'wayclip'
|
|
pkgname=wayclip
|
|
version=0.4.2
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
hostmakedepends="wayland-devel"
|
|
makedepends="wayland-devel"
|
|
short_desc="Wayland clipboard utility"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="ISC"
|
|
homepage="https://git.sr.ht/~noocsharp/wayclip"
|
|
changelog="https://git.sr.ht/~noocsharp/wayclip/refs"
|
|
distfiles="https://git.sr.ht/~noocsharp/wayclip/archive/${version}.tar.gz"
|
|
checksum=2a557e5bc713fdc64da5d957001f05330afbc88b2c59bef056623cfd2809816d
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
vman waycopy.1
|
|
vman waypaste.1
|
|
}
|