Skip to content

Commit

Permalink
New package: gitoxide-0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcgruenhage committed Oct 28, 2022
1 parent 6c2cc86 commit 5873a9c
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions srcpkgs/gitoxide/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Template file for 'gitoxide'
pkgname=gitoxide
version=0.16.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=f366897f3b8952b538694f76a814c687f6b9b1fa57b549a3d4b64eba3ae88c57

post_install() {
vlicense LICENSE-APACHE
vlicense LICENSE-MIT
}

0 comments on commit 5873a9c

Please sign in to comment.