25 lines
871 B
Bash
25 lines
871 B
Bash
# Template file for 'cargo-crev'
|
|
pkgname=cargo-crev
|
|
version=0.25.5
|
|
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 nghttp2-devel"
|
|
short_desc="Cryptographically verifiable code review system for cargo"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
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=3c26e9abb31ad008f2e1ced8c7b9b859027ce09d4b34fdf363dbf3a07626dca4
|
|
|
|
post_install() {
|
|
vlicense LICENSE-APACHE
|
|
vlicense LICENSE-MIT
|
|
vlicense LICENSE-MPL2
|
|
vdoc README.md
|
|
vdoc cargo-crev/src/doc/getting_started.md
|
|
}
|