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