New package: starship-0.13.1
This commit is contained in:
parent
6fa95c3bea
commit
ce1db177b7
1 changed files with 18 additions and 0 deletions
18
srcpkgs/starship/template
Normal file
18
srcpkgs/starship/template
Normal 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
|
||||
}
|
Loading…
Reference in a new issue