1
0
mirror of synced 2024-06-02 18:58:11 +02:00
TheChymera-overlay/x11-themes/wallpaper-art/wallpaper-art-0.0.1.ebuild
Horea Christian a4519d47ae
x11-themes/wallpaper-art: new package, add 0.0.1
Signed-off-by: Horea Christian <chr@chymera.eu>
2023-01-26 06:40:58 -05:00

23 lines
472 B
Bash

# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Historical wallpaper artwork"
HOMEPAGE="https://gin.g-node.org/TheChymera/wallpaper-art"
SRC_URI="https://gin.g-node.org/TheChymera/wallpaper-art/raw/master/releases/${P}.tar.xz"
LICENSE="public-domain"
KEYWORDS="amd64 arm arm64 x86"
IUSE=""
RDEPEND=""
DEPEND=""
SLOT="0"
src_install() {
insinto "/usr/share/backgrounds/${PN}"
doins -r *
}