New package: wev-1.0.0

This commit is contained in:
Jan Christian Gr??nhage 2020-03-22 11:59:58 +01:00 committed by Johannes
parent be0f2004c6
commit a0a3ab318d

17
srcpkgs/wev/template Normal file
View File

@ -0,0 +1,17 @@
# Template file for 'wev'
pkgname=wev
version=1.0.0
revision=1
build_style=gnu-makefile
hostmakedepends="wayland-devel pkg-config"
makedepends="wayland-devel libxkbcommon-devel wayland-protocols"
short_desc="Tool for debugging events on a Wayland, analagous to the X11 tool xev"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
license="MIT"
homepage="https://git.sr.ht/~sircmpwn/wev"
distfiles="https://git.sr.ht/~sircmpwn/wev/archive/${version}.tar.gz"
checksum=6f004dedf3f5ce10d2fe3cd233d59912756d8a0af021214158d6ec54d66c9d6e
post_install() {
vlicense LICENSE
}