Package Details: termshot 1.2-1

Git Clone URL: https://aur.archlinux.org/termshot.git (read-only, click to copy)
Package Base: termshot
Description: Turns a cli command's output into a screenshot including colors and interactive text
Upstream URL: https://github.com/pierrekilly/shell-utils
Licenses: MIT
Submitter: pierre.killy
Maintainer: pierre.killy
Last Packager: pierre.killy
Votes: 1
Popularity: 0.000000
First Submitted: 2018-01-30 13:24 (UTC)
Last Updated: 2018-02-08 10:49 (UTC)

Latest Comments

Eirikr commented on 2023-03-29 03:37 (UTC)

The suggestion from 2020 no longer seems to work. When I run this, I receive the error: `Could not find all required packages: ptyget'

Looks like an SSL error occured with curl: `curl: (60) SSL certificate problem: certificate has expired More details here: https://curl.se/docs/sslcerts.html

curl failed to verify the legitimacy of the server and therefore could not establish a secure connection to it. To learn more about this situation and how to fix it, please visit the web page mentioned above. ==> ERROR: Failure while downloading https://jdebp.eu/Repository/debian/dists/stable/main/binary-amd64/ptyget_6_amd64.deb Aborting... -> error downloading sources: ptyget-bin context: exit status 1

==> Making package: ptyget-bin 6-2 (Tue 28 Mar 2023 04:14:30 PM PDT) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Downloading ptyget_6_amd64.deb... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (60) SSL certificate problem: certificate has expired More details here: https://curl.se/docs/sslcerts.html

curl failed to verify the legitimacy of the server and therefore could not establish a secure connection to it. To learn more about this situation and how to fix it, please visit the web page mentioned above. ==> ERROR: Failure while downloading https://jdebp.eu/Repository/debian/dists/stable/main/binary-amd64/ptyget_6_amd64.deb Aborting... -> error making: ptyget-bin`


  • So then I tried HTTP. http not supported.
  • Then tried to add this to the PKGBUILD to skip SSL checks. DLAGENTS=('https::/usr/bin/curl -k "")

Then still, package missing.

sarpik commented on 2020-05-03 00:55 (UTC)

This failed to build. The fix:

  1. Manually install phantomjs-bin (https://aur.archlinux.org/packages/phantomjs-bin/),
  2. Create symlinks:
sudo ln -s /usr/bin/ptyget /usr/local/sbin/ptyget
sudo ln -s /usr/bin/ptyio /usr/local/sbin/ptyio
sudo ln -s /usr/bin/ptyspawn /usr/local/sbin/ptyspawn

and everything should work fine now!