20 lines
596 B
Bash
20 lines
596 B
Bash
# Template file for 'rustypaste-cli'
|
|
pkgname=rustypaste-cli
|
|
version=0.9.1
|
|
revision=1
|
|
build_style=cargo
|
|
short_desc="CLI tool for rustypaste"
|
|
maintainer="Lukas Jordan <dev@lukasjordan.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/orhun/rustypaste-cli"
|
|
changelog="https://raw.githubusercontent.com/orhun/rustypaste-cli/master/CHANGELOG.md"
|
|
distfiles="https://github.com/orhun/rustypaste-cli/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=c5defaf6357e2ab8dc7b0e3f3e9e2012b79590b0af6cf16dd65ef0eabfb7c73a
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
vdoc README.md
|
|
vman man/rpaste.1
|
|
vsconf config.toml
|
|
}
|