New package: cargo-geiger-0.9.0
This commit is contained in:
parent
d9c85041dd
commit
60c975c710
1 changed files with 21 additions and 0 deletions
21
srcpkgs/cargo-geiger/template
Normal file
21
srcpkgs/cargo-geiger/template
Normal 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
|
||||||
|
}
|
Loading…
Reference in a new issue