20 lines
622 B
Bash
20 lines
622 B
Bash
# Template file for 'cheat'
|
|
pkgname=cheat
|
|
version=4.2.3
|
|
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=9624160ba542fb51bbd959d8c68b76f82ea324a6186d8d6d544b0efd8c9cc8ca
|
|
|
|
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
|
|
}
|