mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
starship: update to 1.10.1
This commit is contained in:
parent
e8592cc21d
commit
54c6fe60d5
1 changed files with 3 additions and 4 deletions
|
@ -1,11 +1,10 @@
|
||||||
# Template file for 'starship'
|
# Template file for 'starship'
|
||||||
pkgname=starship
|
pkgname=starship
|
||||||
version=1.9.1
|
version=1.10.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
build_helper=qemu
|
build_helper=qemu
|
||||||
hostmakedepends="libgit2-devel pkg-config"
|
hostmakedepends="cmake pkg-config"
|
||||||
makedepends="libgit2-devel openssl-devel"
|
|
||||||
depends="git"
|
depends="git"
|
||||||
checkdepends="git fish-shell"
|
checkdepends="git fish-shell"
|
||||||
short_desc="Minimal, fast and customizable cross-shell prompt"
|
short_desc="Minimal, fast and customizable cross-shell prompt"
|
||||||
|
@ -13,7 +12,7 @@ maintainer="cinerea0 <cinerea0@protonmail.com>"
|
||||||
license="ISC"
|
license="ISC"
|
||||||
homepage="https://starship.rs"
|
homepage="https://starship.rs"
|
||||||
distfiles="https://github.com/starship/starship/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/starship/starship/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=2b54bee07bf67504a1bb170d37dc8d6accab4594d35731bbdf0e8a631c8d1585
|
checksum=0dcf3a087748c241207a8c86a8c7b6e4d5558916d22deb4348942797d58c3ed9
|
||||||
|
|
||||||
post_build() {
|
post_build() {
|
||||||
STARSHIP="target/${RUST_TARGET}/release/starship"
|
STARSHIP="target/${RUST_TARGET}/release/starship"
|
||||||
|
|
Loading…
Add table
Reference in a new issue