# Template file for 'cargo-machete'
pkgname=cargo-machete
version=0.8.0
revision=1
build_style=cargo
# hostmakedepends="pkg-config"
short_desc="Remove unused Rust dependencies"
maintainer="klardotsh <josh@klar.sh>"
license="MIT"
homepage="https://github.com/bnjbvr/cargo-machete"
changelog="https://raw.githubusercontent.com/bnjbvr/cargo-machete/main/CHANGELOG.md"
distfiles="https://github.com/bnjbvr/cargo-machete/archive/refs/tags/v${version}.tar.gz"
checksum=5d7b5cb94a6742cd76838a2a36f701cdf1e5d97bb0477dbb7ba03587dd791248

post_install() {
	vlicense LICENSE.md
	vdoc README.md
}
