New package: swaykbdd-1.0

This commit is contained in:
Joel Beckmeyer 2022-01-09 20:59:59 -05:00 committed by paper
parent de7ee6c3de
commit 6079ff91b4

17
srcpkgs/swaykbdd/template Normal file
View File

@ -0,0 +1,17 @@
# 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
}