Files
guru/x11-themes/apple-cursor/apple-cursor-2.0.1.ebuild
Timur Kuprava f954a8553f x11-themes/apple-cursor: new package
Signed-off-by: Timur Kuprava <kupravagoodman@proton.me>
2025-05-10 09:35:20 +03:00

21 lines
460 B
Bash

# 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/
}