Files
guru/x11-themes/neonly-cursor/neonly-cursor-2.0.0.ebuild
Martin Matouš fce1fbdd99 x11-themes/neonly-cursor: add 2.0.0
Signed-off-by: Martin Matouš <m@matous.dev>
2025-05-02 23:22:42 +02:00

26 lines
546 B
Bash

# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit xdg
MY_PV="$(ver_cut 1-2)"
DESCRIPTION="Cursor theme using a custom color palette inspired by boreal colors"
HOMEPAGE="https://github.com/alvatip/Neonly"
SRC_URI="https://github.com/alvatip/Neonly/releases/download/${MY_PV}/Neonly.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/Neonly"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="mirror"
src_install() {
insinto "/usr/share/icons/${PN}"
doins -r cursors index.theme
}