18 lines
533 B
Bash
18 lines
533 B
Bash
# Template file for 'starship'
|
|
pkgname=starship
|
|
version=0.17.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=@466e59285c95f1e056654226da5c87c78be527930db699dd891d162bfaf0a54f
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|