void-packages/srcpkgs/starship/template
Aluísio Augusto Silva Gonçalves 53973bb1ba starship: update to 0.26.4.
2019-11-19 14:28:29 +01:00

18 lines
532 B
Bash

# Template file for 'starship'
pkgname=starship
version=0.26.4
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=80b44efd22a8a7305c8cb31acf9b703d589f97fce009cc6be20105ff3a3d3d0c
post_install() {
vlicense LICENSE
}