Files
guru/x11-themes/bibata-xcursors/bibata-xcursors-2.0.7.ebuild
Johannes Huber f13087d855 x11-themes/bibata-xcursors: add 2.0.7
Signed-off-by: Johannes Huber <johu@gmx.de>
2025-02-18 22:47:06 +01:00

22 lines
541 B
Bash

# Copyright 2022-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Opensource, compact, and material-designed cursor set"
HOMEPAGE="https://github.com/ful1e5/Bibata_Cursor"
SRC_URI="https://github.com/ful1e5/Bibata_Cursor/releases/download/v${PV}/Bibata.tar.xz -> ${P}.tar.xz"
S="${WORKDIR}"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="x11-libs/libXcursor"
src_install() {
insinto /usr/share/icons
doins -r Bibata-{Modern,Original}-{Amber,Classic,Ice}{,-Right}
}