Files
guru/app-misc/nwg-shell-wallpapers/nwg-shell-wallpapers-1.1.ebuild
2023-08-09 01:11:06 +02:00

20 lines
480 B
Bash

# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
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"
DEPEND=""
src_install() {
insinto /usr/share/backgrounds/nwg-shell
doins wallpapers/*
}