18 lines
499 B
Bash
18 lines
499 B
Bash
# Template file for 'wtype'
|
|
pkgname=wtype
|
|
version=0.4
|
|
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/wtype/archive/v${version}.tar.gz"
|
|
checksum=da91786d828b6a6e29b884bc510473939eda052658ebef87d7bdeafa6a8746f9
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|