a92d370caa
Generated with: git ls-files 'srcpkgs/**/patches/*' | cut -d/ -f2 | uniq | xargs printf 'srcpkgs/%s/template\n' | xargs grep -L 'patch_args=' | xargs sed -i "$(printf '1,/^$/{/^$/i\\\npatch_args=-Np0\n}\n')"
18 lines
520 B
Bash
18 lines
520 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
|
|
patch_args=-Np0
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|