mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 21:13:27 -04:00
x11-misc/vimouse: new package, add 0.11
Signed-off-by: Suleyman Farajli <suleyman@farajli.net>
This commit is contained in:
29
x11-misc/vimouse/vimouse-0.11.ebuild
Normal file
29
x11-misc/vimouse/vimouse-0.11.ebuild
Normal file
@@ -0,0 +1,29 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit toolchain-funcs
|
||||
|
||||
DESCRIPTION="Move mouse pointer with keyboard"
|
||||
HOMEPAGE="https://github.com/sfarajli/vimouse"
|
||||
SRC_URI="https://github.com/sfarajli/vimouse/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
|
||||
SLOT="0"
|
||||
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DEPEND="
|
||||
x11-libs/libXtst
|
||||
x11-libs/libX11
|
||||
"
|
||||
src_compile() {
|
||||
emake CC="$(tc-getCC)" || die "emake failed"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
|
||||
dodoc README.md
|
||||
}
|
||||
Reference in New Issue
Block a user