void-packages/srcpkgs/cargo-crev/template
2021-10-30 22:05:55 -03:00

22 lines
727 B
Bash

# Template file for 'cargo-crev'
pkgname=cargo-crev
version=0.21.1
revision=1
build_style=cargo
make_install_args="--path ./cargo-crev"
hostmakedepends="pkg-config"
makedepends="openssl-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="https://github.com/crev-dev/cargo-crev/archive/refs/tags/${version}.tar.gz"
checksum=223f2603afe739a618275b89c4b79528fc5b766beab70614f22dddfebef3935d
post_install() {
vlicense LICENSE-APACHE
vlicense LICENSE-MIT
vlicense LICENSE-MPL2
vdoc README.md
vdoc cargo-crev/src/doc/getting_started.md
}