Personal gentoo overlay
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.
overlay/gui-apps/swayfocus/swayfocus-9999.ebuild

33 lines
515 B

# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit git-r3
DESCRIPTION="A window switching tool for swar"
HOMEPAGE="https://git.waldn.net/git/knotteye/swayfocus"
EGIT_REPO_URI="https://git.waldn.net/git/knotteye/swayfocus.git"
EGIT_SUBMODULES=()
LICENSE="WTFPL"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
DEPEND="
dev-libs/boehm-gc
"
BDEPEND="
dev-libs/boehm-gc
dev-lang/crystal
"
src_install() {
dobin swayfocus || die "installed failed"
}