This repository has been archived on 2024-09-25. You can view files and clone it, but cannot push or open issues or pull requests.
overlay/x11-themes/papirus-folders/papirus-folders-1.12.1.ebuild
tastytea 2683105a61
x11-themes/papirus-folders: add 1.12.1
Signed-off-by: tastytea <tastytea@tastytea.de>
2023-02-08 10:42:40 +01:00

19 lines
524 B
Bash

# Copyright 2018-2023 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"
RDEPEND="x11-themes/papirus-icon-theme"
src_install() {
ZSHCOMPDIR="/usr/share/zsh/site-functions" default
}