20 lines
544 B
Bash
20 lines
544 B
Bash
# Template file for 'wayclip'
|
|
pkgname=wayclip
|
|
version=0.4.1
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
hostmakedepends="wayland-devel"
|
|
makedepends="wayland-devel"
|
|
short_desc="Wayland clipboard utility"
|
|
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
|
license="ISC"
|
|
homepage="https://git.sr.ht/~noocsharp/wayclip"
|
|
distfiles="https://git.sr.ht/~noocsharp/wayclip/archive/${version}.tar.gz"
|
|
checksum=c4fa53618b0869595957e146cb1cfb32309dcbec3ad354ff8e3b075f4219cba8
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
vman waycopy.1
|
|
vman waypaste.1
|
|
}
|