# Copyright 2020-2026 Bryan Gardiner # Distributed under the terms of the GNU General Public License v2 EAPI=8 GIT_REV="c9a5b3943e7fdab96e1cbbdbca1a7ebca371fc3c" DESCRIPTION="Wallpaper collection shipped with System76 products" HOMEPAGE="https://system76.com/swag/desktop-wallpapers https://launchpad.net/system76-wallpapers" SRC_URI="https://github.com/pop-os/system76-wallpapers/archive/${GIT_REV}.tar.gz -> ${P}.tar.gz" LICENSE="CC-BY-SA-4.0" SLOT="0" KEYWORDS="~amd64 ~x86" S="${WORKDIR}/${PN}-${GIT_REV}" src_install() { insinto /usr/share/backgrounds/${PN} doins -r backgrounds/* }