# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="simple set wallpaper"
HOMEPAGE="https://gitlab.com/HansvonHohenstaufen/swallpaper"

SRC_URI="https://gitlab.com/HansvonHohenstaufen/swallpaper/-/archive/v0.1/swallpaper-v0.1.tar.gz"

S="${WORKDIR}/swallpaper-v0.1"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64"
RESTRICT="mirror"

IUSE="X wayland"

REQUIRED_USE="^^ ( X wayland )"

DEPEND=""
RDEPEND="${DEPEND}
X? ( x11-apps/xrandr media-gfx/feh )
wayland? ( gui-apps/wlr-randr gui-apps/swaybg )
"
BDEPEND=""

src_install() {
	dobin "${PN}"
}