void-packages/srcpkgs/swaykbdd/template

18 lines
501 B
Bash

# Template file for 'swaykbdd'
pkgname=swaykbdd
version=1.4
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=63c331213f55db9acad2fb2ef41ae7f9091082fb02153cb19d4abf24609a256e
post_install() {
vlicense LICENSE
}