mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
x11-misc/vimouse: new package, add 0.11
Signed-off-by: Suleyman Farajli <suleyman@farajli.net>
This commit is contained in:
1
x11-misc/vimouse/Manifest
Normal file
1
x11-misc/vimouse/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST vimouse-0.11.tar.gz 14496 BLAKE2B 7661c2ef12982c9deeff956942b6b382e4489b7e54bfadd25cc770ec6097630c4f095fc37b080a5b965cfd57a098a08de3bf1dd4c53b1125df0fdf5e91e59e71 SHA512 b00905d3959b795cc8510c4da0c668a8225cf1f4659d8e4de4ac514189bf4e7f8320755c30988a067a6ee5cb7563b9b5023bd676fd4beeeb655305c31c3270fd
|
||||
11
x11-misc/vimouse/metadata.xml
Normal file
11
x11-misc/vimouse/metadata.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>suleyman@farajli.net</email>
|
||||
<name>Suleyman Farajli</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">sfarajli/vimouse</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
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