New package: starship-0.13.1

This commit is contained in:
Aluísio Augusto Silva Gonçalves 2019-09-04 09:11:01 -03:00 committed by Helmut Pozimski
parent 6fa95c3bea
commit ce1db177b7

18
srcpkgs/starship/template Normal file
View file

@ -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 <aluisio@aasg.name>"
license="ISC"
homepage="https://starship.rs"
distfiles="https://github.com/starship/starship/archive/v${version}.tar.gz"
checksum=@2f5d4ba578808cd67a52901f179decaff872aa22c43cb7415eaf0eb8ca00a6c1
post_install() {
vlicense LICENSE
}