17 lines
574 B
Bash
17 lines
574 B
Bash
# Template file for 'rust-cargo-bloat'
|
|
pkgname=rust-cargo-bloat
|
|
version=0.11.1
|
|
revision=1
|
|
build_style=cargo
|
|
short_desc="Find out what takes most of the space in your executable"
|
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://crates.io/crates/cargo-bloat"
|
|
changelog="https://raw.githubusercontent.com/RazrFalcon/cargo-bloat/master/CHANGELOG.md"
|
|
distfiles="https://static.crates.io/crates/cargo-bloat/cargo-bloat-${version}.crate"
|
|
checksum=ac0d2f3bae7849957392be201f47a0f70409a2e1b335b17a7c85e3ce48a6e092
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|