blob: c1d59c93f49343b72fac97f0eacec2800105aad1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
pkgbase = replay-browser
pkgdesc = Replay.io is a tool that makes debugging easy. It's a browser that lets you record your web app and retroactively inspect it using print statements and browser DevTools.
pkgver = 2024.03.18
pkgrel = 1
url = https://www.replay.io
arch = x86_64
license = custom:replay.io
makedepends = grep
makedepends = coreutils
depends = dbus
depends = dbus-glib
depends = ffmpeg
depends = gtk3
depends = libpulse
depends = libxss
depends = libxt
depends = mime-types
depends = nss
depends = ttf-font
optdepends = hunspell-en_US: Spell checking, American English
optdepends = libnotify: Notification integration
optdepends = networkmanager: Location detection via available WiFi networks
optdepends = pulseaudio: Audio support
optdepends = speech-dispatcher: Text-to-Speech
optdepends = xdg-desktop-portal: Screensharing with Wayland
source = replay-browser-2024.03.18-1.tar.bz2::https://static.replay.io/downloads/linux-replay.tar.bz2
sha256sums = 7cb91614766e078404ec56f1f82380dd4a37489fe2e338fcdd76f61e2c4bd923
pkgname = replay-browser
|