mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: gitoxide-0.20.0
This commit is contained in:
parent
98f4f8853a
commit
93b253fa17
2 changed files with 21 additions and 0 deletions
19
srcpkgs/gitoxide/template
Normal file
19
srcpkgs/gitoxide/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'gitoxide'
|
||||||
|
pkgname=gitoxide
|
||||||
|
version=0.20.0
|
||||||
|
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=4ef4681b643d1a5b9ca6ae694234441af4c99806fa43a6847a6e4a61df1bb1cd
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE-APACHE
|
||||||
|
vlicense LICENSE-MIT
|
||||||
|
}
|
2
srcpkgs/gitoxide/update
Normal file
2
srcpkgs/gitoxide/update
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
site='https://raw.githubusercontent.com/rust-lang/crates.io-index/master/gi/to/gitoxide'
|
||||||
|
pattern='"vers":"\K[\d.]+(?=",)'
|
Loading…
Add table
Reference in a new issue