x11-themes/apple-cursor: new package

Signed-off-by: Timur Kuprava <kupravagoodman@proton.me>
This commit is contained in:
Timur Kuprava
2025-05-09 22:28:46 +03:00
parent ea094d31a2
commit f954a8553f
3 changed files with 33 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST apple-cursor-2.0.1.tar.xz 5514788 BLAKE2B ccc6aed44ecf0c008ae5be69c5f16bd7d2cebb4177fb960efec37bbba77f549dee743f0ed60ce9c85462d9fc8dd4130c6cfc0550339dd45b294418f316c56c7a SHA512 3a826df8164cc8b8e924fa95cc726bd746bdbb9d18bfc3d4ae3b125bc81e6f251a8d4bde283601c074bb4b3ad6e3e23c59bc1de49270548d1d2702a00fd54e78

View File

@@ -0,0 +1,20 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Free & Open source macOS Cursors."
HOMEPAGE="https://github.com/ful1e5/apple_cursor"
SRC_URI="https://github.com/ful1e5/apple_cursor/releases/download/v${PV}/macOS.tar.xz -> ${P}.tar.xz"
S="${WORKDIR}"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
src_install() {
insinto "/usr/share/icons"
doins -r macOS/
doins -r macOS-White/
}

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>kupravagoodman@proton.me</email>
<name>Timur Kuprava</name>
</maintainer>
<upstream>
<bugs-to>https://github.com/ful1e5/apple_cursor/issues</bugs-to>
<remote-id type="github">ful1e5/apple_cursor</remote-id>
</upstream>
</pkgmetadata>