overlay/x11-themes/papirus-folders/papirus-folders-1.12.0.ebuild

24 lines
556 B
Bash

# Copyright 2018-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Allows changing the color of folders in Papirus icon theme"
HOMEPAGE="https://github.com/PapirusDevelopmentTeam/papirus-folders"
SRC_URI="https://github.com/PapirusDevelopmentTeam/papirus-folders/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
DEPEND=""
RDEPEND="
${DEPEND}
x11-themes/papirus-icon-theme
"
src_install() {
ZSHCOMPDIR="/usr/share/zsh/site-functions" default
}