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