# Template file for 'rustypaste-cli'
pkgname=rustypaste-cli
version=0.9.5
revision=1
build_style=cargo
short_desc="CLI tool for rustypaste"
maintainer="classabbyamp <void@placeviolette.net>"
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=409245145c94ba5f0555577e9e3e723d8e10585bb826e5c8b2f88b1b533b0783

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