void-packages/srcpkgs/rust-audit-info/template

18 lines
618 B
Bash

# Template file for 'rust-audit-info'
pkgname=rust-audit-info
version=0.5.1
revision=1
_commit=8622e6fe844d1d5ae10e894d9c8a05afff97e6da
build_wrksrc=rust-audit-info
build_style=cargo
short_desc="CLI tool for extracting cargo-auditable dependency trees"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
license="MIT, Apache-2.0"
homepage="https://github.com/rust-secure-code/cargo-auditable"
distfiles="https://github.com/rust-secure-code/cargo-auditable/archive/${_commit}.tar.gz"
checksum=f89b19e1df2f0b27c1e9bb474fa754ece117e1f561cc32beb296190eb70908f3
post_install() {
vlicense ../LICENSE-MIT
}