17 lines
522 B
Bash
17 lines
522 B
Bash
# Template file for 'rust-cargo-bloat'
|
|
pkgname=rust-cargo-bloat
|
|
version=0.9.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=780dce4cdcd0dd4de468a90f712086c23fefc1d028b709873d4075ff200f5eaf
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|