# Copyright 2026 Nadeŭka <me+oss@nadevko.cc>
# Distributed under the terms of the GNU General Public License v2
EAPI=9

DESCRIPTION='Cursor theme extracted from AOSP source code'
HOMEPAGE=https://github.com/Tech-Tac/aosp-cursors

SRC_URI=https://github.com/Tech-Tac/${PN/-bin}/releases/download/${PV}/aosp-cursors-linux-${PV}.tar.xz
S="${WORKDIR}"
LICENSE='GPL-3 Apache-2.0'

SLOT=0
KEYWORDS=amd64

src_install() {
	insinto /usr/share/icons
	doins -r "${WORKDIR}"/aosp-cursors
}