16 lines
522 B
Bash
16 lines
522 B
Bash
# Template file for 'rust-cargo-bloat'
|
|
pkgname=rust-cargo-bloat
|
|
version=0.9.3
|
|
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=49e4bfa708c99d4abc3fd661e3be322d053fbf10fe2f3ebad93138a77f8b28a8
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|