mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
x11-themes/neonly-cursor: add 2.0.0
Signed-off-by: Martin Matouš <m@matous.dev>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST neonly-cursor-1.0.0.tar.gz 1023663 BLAKE2B d0b1df6777f1181c8523469b518318415fa5f093b32a288bdf12f6643860062d8202ec4d715a01fe2766827f5c1a504be17148bc6dca2ae6c438be53e463d686 SHA512 4178c29e80af0a7aacfb6c4026fd9a832f4c28722bb0d9e5106dd2acfe09a3fb2e126f1c2f4c5558dcd6f677b5d16782d5317809afcf2bffd3a6c00a00c25afa
|
||||
DIST neonly-cursor-2.0.0.tar.gz 1232215 BLAKE2B d2db186bd9fee7f463cf497cc94b0f03df9f3949191cec68253bdcc1f7aacf449a307e38d6c57c2b72c527916a32cd3d82dab8c96cdf41532f9a104058688c9c SHA512 f484a496a7f175ba81eb0b260a0b5f804e690a4120cc341833b9e058138a484b7bb0e22f974eca7e3b61981ae1bba27d5bcf195178191f8a93f7fba726a18203
|
||||
|
||||
25
x11-themes/neonly-cursor/neonly-cursor-2.0.0.ebuild
Normal file
25
x11-themes/neonly-cursor/neonly-cursor-2.0.0.ebuild
Normal file
@@ -0,0 +1,25 @@
|
||||
# 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
|
||||
}
|
||||
Reference in New Issue
Block a user