mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
x11-themes/apple-cursor: new package
Signed-off-by: Timur Kuprava <kupravagoodman@proton.me>
This commit is contained in:
1
x11-themes/apple-cursor/Manifest
Normal file
1
x11-themes/apple-cursor/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST apple-cursor-2.0.1.tar.xz 5514788 BLAKE2B ccc6aed44ecf0c008ae5be69c5f16bd7d2cebb4177fb960efec37bbba77f549dee743f0ed60ce9c85462d9fc8dd4130c6cfc0550339dd45b294418f316c56c7a SHA512 3a826df8164cc8b8e924fa95cc726bd746bdbb9d18bfc3d4ae3b125bc81e6f251a8d4bde283601c074bb4b3ad6e3e23c59bc1de49270548d1d2702a00fd54e78
|
||||
20
x11-themes/apple-cursor/apple-cursor-2.0.1.ebuild
Normal file
20
x11-themes/apple-cursor/apple-cursor-2.0.1.ebuild
Normal 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/
|
||||
}
|
||||
12
x11-themes/apple-cursor/metadata.xml
Normal file
12
x11-themes/apple-cursor/metadata.xml
Normal 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>
|
||||
Reference in New Issue
Block a user