c04da79124
Closes: #32135 [via git-merge-pr]
19 lines
581 B
Bash
19 lines
581 B
Bash
# Template file for 'cheat'
|
|
pkgname=cheat
|
|
version=4.2.2
|
|
revision=1
|
|
build_style=go
|
|
go_import_path="github.com/cheat/cheat/cmd/cheat"
|
|
short_desc="Create and view interactive cheatsheets on the command-line"
|
|
maintainer="bra1nwave <bra1nwave@protonmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/cheat/cheat"
|
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
|
checksum=b4fb5a0d63bad020ca240a8e27b573ef127a1ca0f27e87a2cb8bd817c258611a
|
|
|
|
post_install() {
|
|
vman doc/cheat.1
|
|
vcompletion scripts/cheat.bash bash cheat
|
|
vcompletion scripts/cheat.fish fish cheat
|
|
vlicense LICENSE.txt
|
|
}
|