void-packages/srcpkgs/cheat/template
2020-05-12 17:16:54 +00:00

19 lines
642 B
Bash

# Template file for 'cheat'
pkgname=cheat
version=3.10.0
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=1e09b312ba76e548bd0ad3d97711a56cc928d19dbfee7c3452345091df066c98
post_install() {
vman doc/cheat.1
vinstall scripts/cheat.bash 644 usr/share/bash-completion/completions cheat
vinstall scripts/cheat.fish 644 usr/share/fish/vendor_completions.d
vlicense LICENSE.txt
}