void-packages/srcpkgs/starship/template
Aluísio Augusto Silva Gonçalves b4a341cb65 starship: update to 0.27.0.
2019-12-05 15:29:40 +01:00

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
}