24 lines
782 B
Bash
24 lines
782 B
Bash
# Template file for 'cargo-crev'
|
|
pkgname=cargo-crev
|
|
version=0.23.2
|
|
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"
|
|
distfiles="https://github.com/crev-dev/cargo-crev/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=b37ca10e252bcd352634aed7ea366dfa84900446dbd74888f3178c0c10068d10
|
|
|
|
post_install() {
|
|
vlicense LICENSE-APACHE
|
|
vlicense LICENSE-MIT
|
|
vlicense LICENSE-MPL2
|
|
vdoc README.md
|
|
vdoc cargo-crev/src/doc/getting_started.md
|
|
}
|