void-packages/srcpkgs/starship/template
Aluísio Augusto Silva Gonçalves 60841b529b starship: update to 0.21.0.
2019-10-08 21:11:49 +02:00

18 lines
532 B
Bash

# Template file for 'starship'
pkgname=starship
version=0.21.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=01c6141d1fb922ddbe595a2141c267059a1b46acf1a22fdb77caa96c53930f40
post_install() {
vlicense LICENSE
}