Files
guru/app-misc/nwg-shell-wallpapers/nwg-shell-wallpapers-1.3.ebuild
Pascal Jäger c72ca71683 app-misc/nwg-shell-wallpapers: add 1.3
Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de>
2023-10-18 11:38:42 +02:00

18 lines
469 B
Bash

# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
SRC_URI="https://github.com/nwg-piotr/nwg-shell-wallpapers/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
DESCRIPTION="Selection of wallpapers contributed to the nwg-shell project"
HOMEPAGE="https://github.com/nwg-piotr/nwg-shell-wallpapers"
LICENSE="MIT"
SLOT="0"
src_install() {
insinto /usr/share/backgrounds/nwg-shell
doins wallpapers/*
}