New package: cargo-geiger-0.9.0

This commit is contained in:
Jan Christian Grünhage 2019-12-03 11:00:28 +01:00 committed by Juan RP
parent d9c85041dd
commit 60c975c710

View file

@ -0,0 +1,21 @@
# Template file for 'cargo-geiger'
pkgname=cargo-geiger
version=0.9.0
revision=1
wrksrc="${pkgname}-${pkgname}-${version}"
build_wrksrc="${pkgname}"
build_style=cargo
hostmakedepends="pkg-config"
makedepends="libressl-devel"
short_desc="Detects usage of unsafe Rust in a Rust crate and its dependencies"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
license="MIT, Apache-2.0"
homepage="https://github.com/anderejd/cargo-geiger"
distfiles="https://github.com/anderejd/cargo-geiger/archive/cargo-geiger-${version}.tar.gz"
checksum=a27f9bb7fdfad9b287e0c68464aa582ecb92b6ffddbc6cbd55c470695157547f
post_install() {
vlicense LICENSE-MIT
vlicense LICENSE-APACHE
vdoc README.md
}