# Template file for 'rustypaste-cli'
pkgname=rustypaste-cli
version=0.8.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=51f72cedfa315848cbfad2da98cf87febc5450a087996f5665311f71a83e6cbb

post_install() {
	vlicense LICENSE
	vdoc README.md
	vman man/rpaste.1
	vsconf config.toml
}
