starship: update to 0.55.0
This commit is contained in:
parent
cd7c7b6877
commit
03199fcaf6
1 changed files with 7 additions and 6 deletions
|
@ -1,18 +1,19 @@
|
|||
# Template file for 'starship'
|
||||
pkgname=starship
|
||||
version=0.51.0
|
||||
version=0.55.0
|
||||
revision=1
|
||||
build_style=cargo
|
||||
build_helper=qemu
|
||||
hostmakedepends="pkg-config libgit2-devel"
|
||||
makedepends="openssl-devel libgit2-devel"
|
||||
hostmakedepends="libgit2-devel pkg-config"
|
||||
makedepends="libgit2-devel openssl-devel"
|
||||
depends="git"
|
||||
checkdepends="git fish-shell"
|
||||
short_desc="Minimal, fast and customizable cross-shell prompt"
|
||||
maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>"
|
||||
maintainer="cinerea0 <cinerea0@protonmail.com>"
|
||||
license="ISC"
|
||||
homepage="https://starship.rs"
|
||||
distfiles="https://github.com/starship/starship/archive/v${version}.tar.gz"
|
||||
checksum=87a9e2ad206a7397e52e00a0a650d364ca2ea941cb9fbe75704d56a43f11cef9
|
||||
distfiles="https://github.com/starship/starship/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=34d63db5d34d6150cd62a5fa1333ab8922b7381ffb15ca8e6e2d5b4f9b79c4d5
|
||||
|
||||
post_build() {
|
||||
STARSHIP="target/${RUST_TARGET}/release/starship"
|
||||
|
|
Loading…
Reference in a new issue