gentoo-zh/x11-themes/nordzy-icon/nordzy-icon-1.8.7.ebuild
irort 455e6c3a4b x11-themes/nordzy-icon: add 1.8.7, drop 1.6
Signed-off-by: irort <irort3124@gmail.com>
2024-11-08 12:22:21 +08:00

22 lines
504 B
Bash

# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit xdg
DESCRIPTION="A free and open source icon theme for Linux desktops using the Nord color palette"
HOMEPAGE="https://github.com/alvatip/Nordzy-icon"
SRC_URI="https://github.com/alvatip/Nordzy-icon/releases/download/${PV}/Nordzy.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
src_install() {
insinto /usr/share/icons/Nordzy
doins -r ./
}