starship: switch to OpenSSL

This commit is contained in:
John 2021-02-06 22:18:29 +01:00
parent 0f7decdd0b
commit b917035522

View file

@ -1,11 +1,11 @@
# Template file for 'starship'
pkgname=starship
version=0.50.0
revision=1
revision=2
build_style=cargo
build_helper=qemu
hostmakedepends="pkg-config libgit2-devel"
makedepends="libressl-devel libgit2-devel"
makedepends="openssl-devel libgit2-devel"
checkdepends="git fish-shell"
short_desc="Minimal, fast and customizable cross-shell prompt"
maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>"