17 lines
523 B
Bash
17 lines
523 B
Bash
# Template file for 'rust-cargo-bloat'
|
|
pkgname=rust-cargo-bloat
|
|
version=0.10.0
|
|
revision=1
|
|
wrksrc="${pkgname/rust-/}-${version}"
|
|
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"
|
|
distfiles="https://static.crates.io/crates/cargo-bloat/cargo-bloat-${version}.crate"
|
|
checksum=d402cb7adb305f8be650157cfffe735e2dbbda3766b34e9b07ba68566bfcf8c0
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|