Install screen.so using pacman on Arch Linux
- create a new directory with this PKGBUILD file - maybe update the
pkgverif you want to install a different version - run:
makepkg - sudo
pacman -U screen-desktop-1.2.0-1-x86_64.pkg.tar.xz
It would be super cool to create a nice package and publish it to AUR. Can someone help?
👋
Found this gist via the Screen feedback website. I've created and pushed a package that relies on the Debian upstream: https://aur.archlinux.org/packages/screen-desktop-bin/
The dependencies are as-is from the Debian package with a few marked as optional. I still think a lot of dependencies can be trimmed down, but this is just the first cut. I was also hoping to make it dependent on
electronnow that screen uses Electron 8, but that didn't seem feasible (electronpackage doesn't work against encrypted binaries, and neither doesasar).Please test it out and let me know