void-packages/srcpkgs/cargo-crev/template

23 lines
692 B
Bash

# Template file for 'cargo-crev'
pkgname=cargo-crev
version=0.18.0
revision=1
build_style=cargo
make_install_args="--path ./cargo-crev"
hostmakedepends="pkg-config"
makedepends="libressl-devel"
short_desc="Cryptographically verifiable code review system for cargo"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
license="MPL-2.0, MIT, Apache-2.0"
homepage="https://github.com/crev-dev/cargo-crev"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=607b9218a71234afaf4ab9f2c7a3f8087a7b4b8c892232df9b0dfd21cd8cefa2
post_install() {
vlicense LICENSE-APACHE
vlicense LICENSE-MIT
vlicense LICENSE-MPL2
vdoc README.md
vdoc cargo-crev/src/doc/getting_started.md
}