Files
guru/x11-themes/neonly-cursor/neonly-cursor-1.0.0.ebuild
Martin Matous 6bec5c2f8a x11-themes/neonly-cursor: new package
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Martin Matouš <m@matous.dev>
2022-04-03 02:12:37 +02:00

25 lines
539 B
Bash

# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit xdg
MY_PV="v$(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"
LICENSE="GPL-3"
KEYWORDS="~amd64"
SLOT="0"
RESTRICT="mirror"
S="${WORKDIR}"
src_install() {
insinto "/usr/share/icons/${PN}"
doins -r cursors index.theme
}