mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-03 13:27:28 -08:00
21 lines
531 B
Bash
21 lines
531 B
Bash
# Copyright 1999-2023 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
COMMIT=8d9fe251d8d38b223d643df975876356ddfc1b98
|
|
|
|
inherit elisp
|
|
|
|
DESCRIPTION="Offer a customizable visual way to choose a window to switch to"
|
|
HOMEPAGE="https://github.com/dimitri/switch-window/"
|
|
SRC_URI="https://github.com/dimitri/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
|
|
S="${WORKDIR}"/${PN}-${COMMIT}
|
|
|
|
LICENSE="WTFPL-2"
|
|
SLOT="0"
|
|
KEYWORDS="amd64 ~x86"
|
|
|
|
DOCS=( README.md snapshots )
|
|
SITEFILE="50${PN}-gentoo.el"
|