x11-themes/nordzy-cursors: new package, add 2.3.0

Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
Julien Roy 2024-11-25 07:32:15 -05:00
parent a520a57867
commit 465f70b455
No known key found for this signature in database
GPG Key ID: BEF2297448848842
3 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST nordzy-cursors-2.3.0.tar.gz 380825843 BLAKE2B d5bf5373cf63fa5d29f4091b462521db5dacef2f41755028b8bad0f1e4ab2feb16a89d0e21bbafbed390d0606f74dfaa7d7e6c83ccfa4c2e633fd19e50e78601 SHA512 a776afcdab125775e4d06acd513d7fdbc986df47e0340e2c9e2f2a90ad9339d87f0085df1f8d67f120ee1ce9c6cbfec4f3d743faf8bc24a5886c6ec1ee30a584

View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>julien@jroy.ca</email>
<name>Julien Roy</name>
</maintainer>
<upstream>
<bugs-to>https://github.com/guillaumeboehm/Nordzy-cursors_Cursor/issues</bugs-to>
<remote-id type="github">guillaumeboehm/Nordzy-cursors_Cursor</remote-id>
</upstream>
</pkgmetadata>

View File

@ -0,0 +1,23 @@
# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
MY_PN="${PN^}"
DESCRIPTION="Cursor theme using the Nord color palette and based on Vimix and cz-Viator"
HOMEPAGE="https://github.com/guillaumeboehm/Nordzy-cursors"
SRC_URI="https://github.com/guillaumeboehm/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="x11-libs/libXcursor"
src_install() {
insinto /usr/share/icons
doins -r "${S}"/xcursors/Nordzy-*
doins -r "${S}"/hyprcursors/themes/Nordzy-*
}