# 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='Apache-2.0 GPL-3'
SLOT=0
KEYWORDS=amd64

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