mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
cheat: update to 3.8.0.
This commit is contained in:
parent
165e9c3bef
commit
a989fc6ec7
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'cheat'
|
# Template file for 'cheat'
|
||||||
pkgname=cheat
|
pkgname=cheat
|
||||||
version=3.7.1
|
version=3.8.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/cheat/cheat/cmd/cheat"
|
go_import_path="github.com/cheat/cheat/cmd/cheat"
|
||||||
|
@ -9,9 +9,10 @@ maintainer="bra1nwave <bra1nwave@protonmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/cheat/cheat"
|
homepage="https://github.com/cheat/cheat"
|
||||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||||
checksum=a24cdd2ab82da6115d0daeeeabedb933f9e40ab48ffeec712f442dba945ed856
|
checksum=daa183b9328704bbd00fc423144ce29652b1750e895dbf9c99b131d98b7f01ec
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
vman doc/cheat.1
|
||||||
vinstall scripts/cheat.bash 644 usr/share/bash-completion/completions cheat
|
vinstall scripts/cheat.bash 644 usr/share/bash-completion/completions cheat
|
||||||
vinstall scripts/cheat.fish 644 usr/share/fish/vendor_completions.d
|
vinstall scripts/cheat.fish 644 usr/share/fish/vendor_completions.d
|
||||||
vlicense LICENSE.txt
|
vlicense LICENSE.txt
|
||||||
|
|
Loading…
Add table
Reference in a new issue