From f851cf7262475c2bdda124c5a986208cb5ea66e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alu=C3=ADsio=20Augusto=20Silva=20Gon=C3=A7alves?= Date: Wed, 4 Sep 2019 09:11:01 -0300 Subject: [PATCH] New package: starship-0.13.1 --- srcpkgs/starship/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/starship/template diff --git a/srcpkgs/starship/template b/srcpkgs/starship/template new file mode 100644 index 00000000000..f3f50a31771 --- /dev/null +++ b/srcpkgs/starship/template @@ -0,0 +1,18 @@ +# Template file for 'starship' +pkgname=starship +version=0.13.1 +revision=1 +build_style=cargo +build_helper="rust" +hostmakedepends="pkg-config" +makedepends="libgit2-devel" +short_desc="Minimal, fast and customizable cross-shell prompt" +maintainer="Aluísio Augusto Silva Gonçalves " +license="ISC" +homepage="https://starship.rs" +distfiles="https://github.com/starship/starship/archive/v${version}.tar.gz" +checksum=@2f5d4ba578808cd67a52901f179decaff872aa22c43cb7415eaf0eb8ca00a6c1 + +post_install() { + vlicense LICENSE +}