void-packages/srcpkgs/starship/template
Aluísio Augusto Silva Gonçalves 1f482a841d starship: update to 0.16.0.
2019-09-10 10:54:04 +02:00

18 lines
533 B
Bash

# Template file for 'starship'
pkgname=starship
version=0.16.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=@2df1a262bb054d906ebccd5bb3e1b5c613fcdc134877cff539c99676cb60d802
post_install() {
vlicense LICENSE
}