mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-18 07:19:01 -04:00
21 lines
426 B
Bash
21 lines
426 B
Bash
# Copyright 1999-2024 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
inherit meson
|
|
|
|
DESCRIPTION="Per-window keyboard layout switcher for Sway"
|
|
HOMEPAGE="https://github.com/artemsen/swaykbdd"
|
|
SRC_URI="https://github.com/artemsen/swaykbdd/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
|
|
|
LICENSE="MIT"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64"
|
|
|
|
DEPEND="dev-libs/json-c:0="
|
|
RDEPEND="
|
|
gui-wm/sway
|
|
${DEPEND}
|
|
"
|