You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-emacs/switch-window/switch-window-1.6.2_p202108...

21 lines
531 B

# 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"