18 lines
569 B
Bash
18 lines
569 B
Bash
# Template file for 'wev'
|
|
pkgname=wev
|
|
version=1.0.0
|
|
revision=2
|
|
build_style=gnu-makefile
|
|
hostmakedepends="wayland-devel pkg-config scdoc"
|
|
makedepends="wayland-devel libxkbcommon-devel wayland-protocols"
|
|
short_desc="Tool for debugging events on a Wayland, analagous to the X11 tool xev"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://git.sr.ht/~sircmpwn/wev"
|
|
distfiles="https://git.sr.ht/~sircmpwn/wev/archive/${version}.tar.gz"
|
|
checksum=613a1df1a4879d50ce72023de14aaf05be2e6f51346e84a69f50fc6d8502bbf4
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|