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