# Copyright 2026 Nadeŭka <[email protected]>
# Distributed under the terms of the GNU General Public License v2
EAPI=9
DESCRIPTION='Android cursors for Linux & Windows'
HOMEPAGE=https://github.com/Tech-Tac/aosp-cursors
SRC_URI="$HOMEPAGE/releases/download/$PV/aosp-cursors-linux-$PV.tar.xz"
S="$WORKDIR"
LICENSE='GPL-3 Apache-2.0'
SLOT=0
KEYWORDS='*'
src_install() {
insinto /usr/share/icons
doins -r "$WORKDIR/aosp-cursors"
}