Created
April 23, 2020 15:55
-
-
Save ka2n/fd7cab27cda868bb718a65c108b42245 to your computer and use it in GitHub Desktop.
PKGBUILD for screen-desktop
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Generated by debtap | |
# Maintainer: Katsuma | |
# Contributor: Katsuma | |
pkgname=screen-desktop-bin | |
pkgver=1.0.33 | |
pkgrel=1 | |
pkgdesc="Low latency videoconferencing & screen sharing with multiplayer drawing & control. Screen is a multiplayer screen sharing app that lets you work together like you’re in the same room." | |
arch=('x86_64') | |
url="https://screen.so" | |
license=('') | |
groups=('') | |
source=("https://download.screen.so/desktop-app/linux/${pkgver}/screen-desktop_${pkgver}_amd64.deb") | |
md5sums=('41b4d9b575776478dae925c708d1f80a') | |
noextract=("screen-desktop_${pkgver}_amd64.deb") | |
depends=('alsa-lib' 'gtk3' 'libnotify' 'nss' 'libxss' 'libxtst' 'xdg-utils' 'at-spi2-core') | |
optdepends=('libgnome-keyring' 'pulseaudio') | |
options=('!strip') | |
package(){ | |
bsdtar -O -xf "screen-desktop_${pkgver}"*.deb data.tar.xz | bsdtar -C "${pkgdir}" -xJf - | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
to install:
makepkg -si