speedie-overlay/x11-misc/xmousepasteblock/xmousepasteblock-9999.ebuild
2022-11-11 15:48:06 +01:00

28 lines
527 B
Bash

# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Userspace tool to disable middle mouse button paste in X11"
HOMEPAGE="https://github.com/milaq/XMousePasteBlock"
inherit git-r3
EGIT_REPO_URI="https://github.com/milaq/XMousePasteBlock.git"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~arm ~arm64 ~ppc ~ppc64 ~riscv"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=""
src_prepare() {
default
}
src_install() {
newbin "${WORKDIR}/${P}/${PN}" ${PN}
}