Files
guru/gui-apps/mpvpaper/mpvpaper-9999.ebuild
Matthias Coppens 61b2ab0b55 gui-apps/mpvpaper: restrict test and mirror
Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Matthias Coppens <coppens.matthias.abc@gmail.com>
2020-11-22 19:52:16 +01:00

31 lines
599 B
Bash

# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="A video wallpaper program for wlroots based wayland compositors"
HOMEPAGE="https://github.com/GhostNaN/mpvpaper"
inherit meson
case "${PV}" in
9999)
inherit git-r3
EGIT_REPO_URI="https://github.com/GhostNaN/mpvpaper.git"
;;
*)
SRC_URI="https://github.com/GhostNaN/mpvpaper/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
esac
LICENSE="GPL-3"
SLOT="0"
RESTRICT="mirror test"
RDEPEND="
media-video/mpv[libmpv]
gui-libs/wlroots
"
DEPEND="${RDEPEND}"