mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-16 14:38:50 -04:00
Manually went through some entries for `pkgcheck scan -c VariableOrderCheck`. Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
18 lines
469 B
Bash
18 lines
469 B
Bash
# Copyright 1999-2023 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
DESCRIPTION="Selection of wallpapers contributed to the nwg-shell project"
|
|
HOMEPAGE="https://github.com/nwg-piotr/nwg-shell-wallpapers"
|
|
SRC_URI="https://github.com/nwg-piotr/nwg-shell-wallpapers/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
|
|
|
LICENSE="MIT"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64"
|
|
|
|
src_install() {
|
|
insinto /usr/share/backgrounds/nwg-shell
|
|
doins wallpapers/*
|
|
}
|