void-packages/srcpkgs/rustypaste-cli/template
2023-07-12 15:58:17 +02:00

19 lines
596 B
Bash

# Template file for 'rustypaste-cli'
pkgname=rustypaste-cli
version=0.6.0
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=a63e3deaa4c0ab9cb8dfe91d267157f4e2a75c7aeb47a798e351b4d948b1e4d6
post_install() {
vlicense LICENSE
vdoc README.md
vman man/rpaste.1
vsconf config.toml
}