Package Details: cheat 4.4.0-4

Git Clone URL: https://aur.archlinux.org/cheat.git (read-only, click to copy)
Package Base: cheat
Description: Allows you to create and view interactive cheatsheets on the command-line
Upstream URL: https://github.com/cheat/cheat
Keywords: cheatsheet cli doc man terminal
Licenses: MIT, CC0 1.0 Universal
Conflicts: python-cheat
Replaces: python-cheat
Submitter: yochananmarqos
Maintainer: yochananmarqos (MagicAndWires)
Last Packager: yochananmarqos
Votes: 32
Popularity: 0.118887
First Submitted: 2019-11-03 15:26 (UTC)
Last Updated: 2022-12-17 20:26 (UTC)

Pinned Comments

yochananmarqos commented on 2020-07-13 21:49 (UTC)

The upstream zsh completion file conflicts with the zsh-completions package. It's now installed to /usr/share/doc/cheat/_cheat. You can copy or symlink it to a custom folder like $HOME/.local/share/zsh/site-functions/ and source it in your .zshrc.

Latest Comments

1 2 3 4 Next › Last »

yochananmarqos commented on 2021-06-09 23:49 (UTC)

@archibald869 cknoblauch: I've now made an adjustment that will avoid future issues.

yochananmarqos commented on 2021-06-09 22:56 (UTC) (edited on 2021-06-09 22:56 (UTC) by yochananmarqos)

@archibald869 cknoblauch: The checksum is correct. Use a proper AUR helper and / or clear it's cache.

cknoblauch commented on 2021-06-09 19:47 (UTC)

Checksum fails for LICENSE.TXT in the latest update; it matches the sha256 from @aurelieng's comment.

@yochananmarqos, the LICENSE.TXT you mention does match the checksum in the PKGBUILD, however the path for it is different in the PKGBUILD. You should either update the checksum or change the file for the package to build correctly.

Btw I only now realized this package mixes two different sources, the package for cheat and related cheatsheets, and both have different licences (CC0 vs MIT). You might want to rename the package to cheatsheets and make it depend on cheat-bin to avoid any confusion.

archibald869 commented on 2021-06-09 19:31 (UTC) (edited on 2021-06-09 19:36 (UTC) by archibald869)

Please update the SHA256 checksum for https://raw.githubusercontent.com/cheat/cheatsheets/master/.github/LICENSE.txt. It is: a2010f343487d3f7618affe54f789f5487602331c0a8d03f49e9a7c547cf0499

muesli commented on 2020-09-14 17:23 (UTC)

Thanks for the heads up, sounds like a caching issue then. Will verify at home.

yochananmarqos commented on 2020-09-14 16:57 (UTC)

@muesil @aurelieng: The checksums are correct. You can verify it manually:

wget https://github.com/cheat/cheat/raw/4.1.0/LICENSE.txt
sha256sum LICENSE.txt
5eaa85b8023f915629de53c3604015ab5b23bed404afa9e551ab44e0bc46dde3  LICENSE.txt

muesli commented on 2020-09-14 13:29 (UTC)

@yochananmarqos See @aurelieng's comment, the LICENSE.txt has a different shasum, which currently breaks this package.

aurelieng commented on 2020-09-09 16:17 (UTC)

The sha256sum of LICENCE.txt should be updated to a2010f343487d3f7618affe54f789f5487602331c0a8d03f49e9a7c547cf0499 for the package to be built correctly.

yochananmarqos commented on 2020-07-13 21:49 (UTC)

The upstream zsh completion file conflicts with the zsh-completions package. It's now installed to /usr/share/doc/cheat/_cheat. You can copy or symlink it to a custom folder like $HOME/.local/share/zsh/site-functions/ and source it in your .zshrc.

yochananmarqos commented on 2020-04-10 00:30 (UTC)

@MagicAndWires: That sounds like way too much effort just for a clean log, so I guess we'll just leave it as is. No harm done.