void-packages/srcpkgs/starship/template
Aluísio Augusto Silva Gonçalves 1009ce08ff starship: update to 0.17.0.
2019-09-16 15:59:43 +02:00

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
}