19 lines
641 B
Bash
19 lines
641 B
Bash
# Template file for 'cheat'
|
|
pkgname=cheat
|
|
version=4.0.1
|
|
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=98242fa3efd4b5fd57d6ad7e69a2570e7defacb580e30ae274deec3e1939f494
|
|
|
|
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
|
|
}
|