mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-21 16:47:00 +02:00
21 lines
661 B
Bash
21 lines
661 B
Bash
# Template file for 'cheat'
|
|
pkgname=cheat
|
|
version=4.4.1
|
|
revision=1
|
|
build_style=go
|
|
go_import_path="github.com/cheat/cheat"
|
|
go_package="./cmd/cheat"
|
|
short_desc="Create and view interactive cheatsheets on the command-line"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/cheat/cheat"
|
|
distfiles="https://github.com/cheat/cheat/archive/refs/tags/${version}.tar.gz"
|
|
checksum=cca7f3d631de38ef1b4f36a5dc76d52d091611d38074ff2522a1a8b36f34a182
|
|
|
|
post_install() {
|
|
vman doc/cheat.1
|
|
vcompletion scripts/cheat.bash bash cheat
|
|
vcompletion scripts/cheat.fish fish cheat
|
|
vcompletion scripts/cheat.zsh zsh cheat
|
|
vlicense LICENSE.txt
|
|
}
|