18 lines
532 B
Bash
18 lines
532 B
Bash
# Template file for 'starship'
|
|
pkgname=starship
|
|
version=0.27.0
|
|
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=af1c4dd9b211a6271709c2cd2bbc81745d63907981474ff59084864dfd2bcf3a
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|