void-packages/srcpkgs/swaykbdd/template
2022-01-12 20:12:50 +01:00

17 lines
501 B
Bash

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