1
0
mirror of synced 2024-05-29 08:48:14 +02:00
TheChymera-overlay/gui-apps/wf-recorder/wf-recorder-0.2.ebuild
Horea Christian a796989351
gui-apps/wf-recorder: new package
Ebuild credit to https://github.com/epsilon-0/wayfire-desktop

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Horea Christian <chr@chymera.eu>
2020-03-29 00:12:36 -04:00

26 lines
510 B
Bash

# Copyright 2019-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit meson
DESCRIPTION="A program for screen recording of wlroots-based compositors"
HOMEPAGE="https://github.com/ammen99/wf-recorder"
SRC_URI="https://github.com/ammen99/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm64 ~x86"
LICENSE="MIT"
SLOT="0"
IUSE=""
DEPEND="
media-video/ffmpeg
media-sound/pulseaudio
"
BDEPEND="
virtual/pkgconfig
dev-libs/wayland-protocols
"