diff --git a/srcpkgs/cargo-c/template b/srcpkgs/cargo-c/template new file mode 100644 index 00000000000..461ac18cc1e --- /dev/null +++ b/srcpkgs/cargo-c/template @@ -0,0 +1,20 @@ +# Template file for 'cargo-c' +pkgname=cargo-c +version=0.9.17 +revision=1 +build_style=cargo +hostmakedepends="pkg-config" +makedepends="openssl-devel" +short_desc="Build and install C-compatible rust libraries" +maintainer="oreo639 " +license="MIT" +homepage="https://crates.io/crates/cargo-c" +distfiles="https://github.com/lu-zero/cargo-c/archive/v${version}.tar.gz + https://github.com/lu-zero/cargo-c/releases/download/v${version}/Cargo.lock" +checksum="95fcf50505516dfa6a941e666d1388810da9d7a9e1c623c09068faef5d50b3b9 + 53a6340faee4ae1c56ca8a61087908b0fccce0352a070de404bcce05d20f369a" +skip_extraction="Cargo.lock" + +post_install() { + vlicense LICENSE +}