vp-build/srcpkgs/cargo-crev/template

25 lines
879 B
Bash

# Template file for 'cargo-crev'
pkgname=cargo-crev
version=0.23.3
revision=1
build_style=cargo
make_install_args="--path ./cargo-crev"
make_check_args="-- --skip creates_new_id_implicitly"
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"
changelog="https://raw.githubusercontent.com/crev-dev/cargo-crev/master/cargo-crev/CHANGELOG.md"
distfiles="https://github.com/crev-dev/cargo-crev/archive/refs/tags/v${version}.tar.gz"
checksum=c66a057df87dda209ecca31d83da7ef04117a923d9bfcc88c0d505b30dabf29b
post_install() {
vlicense LICENSE-APACHE
vlicense LICENSE-MIT
vlicense LICENSE-MPL2
vdoc README.md
vdoc cargo-crev/src/doc/getting_started.md
}