void-packages/srcpkgs/rust-audit-info/template
Jan Christian Grünhage 24163925d0
srcpkgs/: orphan jcgruenhage's packages
Closes: #49286 [via git-merge-pr]
2024-03-15 17:01:53 -04:00

16 lines
569 B
Bash

# Template file for 'rust-audit-info'
pkgname=rust-audit-info
version=0.5.2
revision=1
build_wrksrc=rust-audit-info
build_style=cargo
short_desc="CLI tool for extracting cargo-auditable dependency trees"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT, Apache-2.0"
homepage="https://github.com/rust-secure-code/cargo-auditable"
distfiles="https://github.com/rust-secure-code/cargo-auditable/archive/refs/tags/${pkgname}/v${version}.tar.gz"
checksum=d9bf684d1954db44e2f254e2fff5d204cb12e652ae95941abed9e10812786046
post_install() {
vlicense ../LICENSE-MIT
}