mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-18 07:19:01 -04:00
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net> Signed-off-by: Julien Roy <julien@jroy.ca>
22 lines
538 B
Bash
22 lines
538 B
Bash
# Copyright 2022 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
DESCRIPTION="Opensource, compact, and material-designed cursor set"
|
|
HOMEPAGE="https://github.com/ful1e5/Bibata_Cursor"
|
|
SRC_URI="https://github.com/ful1e5/Bibata_Cursor/releases/download/v${PV}/Bibata.tar.gz -> ${P}.tar.gz"
|
|
|
|
S="${WORKDIR}"
|
|
|
|
LICENSE="GPL-3"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86"
|
|
|
|
RDEPEND="x11-libs/libXcursor"
|
|
|
|
src_install() {
|
|
insinto /usr/share/cursors/xorg-x11
|
|
doins -r Bibata-{Modern,Original}-{Amber,Classic,Ice}
|
|
}
|