From 6574aebb63d8aa1b37537857463f62b84e68c83b Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Fri, 16 Feb 2024 07:27:27 -0500 Subject: [PATCH] New package: uv-0.1.2 --- srcpkgs/uv/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/uv/template diff --git a/srcpkgs/uv/template b/srcpkgs/uv/template new file mode 100644 index 0000000000000..c75e9d5448b0c --- /dev/null +++ b/srcpkgs/uv/template @@ -0,0 +1,18 @@ +# Template file for 'uv' +pkgname=uv +version=0.1.2 +revision=1 +build_style=cargo +make_install_args="--path crates/uv" +hostmakedepends="pkg-config cmake" +makedepends="openssl-devel" +short_desc="Extremely fast Python package installer and resolver" +maintainer="classabbyamp " +license="Apache-2.0, MIT" +homepage="https://github.com/astral-sh/uv" +distfiles="https://github.com/astral-sh/uv/releases/download/${version}/source.tar.gz" +checksum=ba37d11fcbf801bdacdbffac31817f6be7dc4b11155957e98ed94f65e171c436 + +post_install() { + vlicense LICENSE-MIT +}