Skip to content

Instantly share code, notes, and snippets.

@ka2n
Created April 23, 2020 15:55
Show Gist options
  • Save ka2n/fd7cab27cda868bb718a65c108b42245 to your computer and use it in GitHub Desktop.
Save ka2n/fd7cab27cda868bb718a65c108b42245 to your computer and use it in GitHub Desktop.
PKGBUILD for screen-desktop
# 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 -
}
@ka2n
Copy link
Author

ka2n commented Apr 24, 2020

to install: makepkg -si

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment