From b31005a3d31e0f6b816286ea0250876893b7459a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Fri, 28 Oct 2022 11:46:52 +0200 Subject: [PATCH] New package: gitoxide-0.19.0 --- srcpkgs/gitoxide/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/gitoxide/template diff --git a/srcpkgs/gitoxide/template b/srcpkgs/gitoxide/template new file mode 100644 index 000000000000..b2ff5248f861 --- /dev/null +++ b/srcpkgs/gitoxide/template @@ -0,0 +1,19 @@ +# Template file for 'gitoxide' +pkgname=gitoxide +version=0.19.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 " +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=da306eb250abc7152f39a7f148a7655b2d99beaf8a756a526ec93b973529f9a9 + +post_install() { + vlicense LICENSE-APACHE + vlicense LICENSE-MIT +}