18 lines
504 B
Bash
18 lines
504 B
Bash
|
# Template file for 'wtype'
|
||
|
pkgname=wtype
|
||
|
version=0.3
|
||
|
revision=1
|
||
|
build_style=meson
|
||
|
hostmakedepends="pkg-config wayland-devel"
|
||
|
makedepends="libxkbcommon-devel wayland-devel"
|
||
|
short_desc="Wayland version of xdotool"
|
||
|
maintainer="Stacy Harper <contact@stacyharper.net>"
|
||
|
license="MIT"
|
||
|
homepage="https://github.com/atx/wtype"
|
||
|
distfiles="https://github.com/atx/${pkgname}/archive/v${version}.tar.gz"
|
||
|
checksum=35615e61e57576a240d10308f9101ceb2ec7b3554fac60119b1416b84c1694b2
|
||
|
|
||
|
post_install() {
|
||
|
vlicense LICENSE
|
||
|
}
|