18 lines
501 B
Bash
18 lines
501 B
Bash
# Template file for 'swaykbdd'
|
|
pkgname=swaykbdd
|
|
version=1.1
|
|
revision=1
|
|
build_style=meson
|
|
hostmakedepends="pkg-config"
|
|
makedepends="json-c-devel"
|
|
short_desc="Per-window keyboard layout switcher for Sway"
|
|
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
|
license="MIT"
|
|
homepage="https://github.com/artemsen/swaykbdd"
|
|
distfiles="https://github.com/artemsen/swaykbdd/archive/v${version}.tar.gz"
|
|
checksum=b1b0fa9ca43e177345a7761d0f9b705ff7d338fea48c1877a44767cf527b131c
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|