void-packages/srcpkgs/gitoxide/template
2023-03-05 22:22:28 +00:00

19 lines
672 B
Bash

# Template file for 'gitoxide'
pkgname=gitoxide
version=0.22.1
revision=1
build_style=cargo
hostmakedepends="pkg-config cmake"
makedepends="zlib-devel openssl-devel"
short_desc="Idiomatic, lean, fast and safe pure Rust implementation of Git"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
license="MIT, Apache-2.0"
homepage="https://github.com/Byron/gitoxide"
changelog="https://github.com/Byron/gitoxide/raw/main/CHANGELOG.md"
distfiles="https://github.com/Byron/gitoxide/archive/refs/tags/v${version}.tar.gz"
checksum=a0349214654fcfcf4448a9d3c3e721b27c591191b651363c3bea1347c1120d2e
post_install() {
vlicense LICENSE-APACHE
vlicense LICENSE-MIT
}