makedeb


starship 1.10.2-1


The minimal, blazing-fast, and infinitely customizable prompt for any shell!

Package Details

Package Actions

Package Base:

starship

Licenses:

None

Submitter:

hwittenborn

Maintainer:

hwittenborn

Last Packager:

hwittenborn

Votes:

1

Popularity:

0.000065

First Submitted:

2022-05-18 18:36

Last Updated:

2022-08-22 21:53

Git Clone URL (click to copy):

https://mpr.makedeb.org/starship.git

Latest Comments


cretingame commented on 2024-05-22 06:49

edited on 2024-05-22 06:50 by cretingame

You forgot cmake as dependency.

diff --git a/PKGBUILD b/PKGBUILD
index 4ea6619..c0994fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,21 +4,21 @@ pkgver=1.10.2
 pkgrel=1
 pkgdesc='The minimal, blazing-fast, and infinitely customizable prompt for any shell!'
 arch=('any')
-makedepends=('cargo')
+makedepends=('cargo' 'cmake')
 url='https://starship.rs'

 source=("${pkgname}-${pkgver}::git+https://github.com/starship/starship/#tag=v${pkgver}")
 sha256sums=('SKIP')

Git commit identifiers referencing commits in the MPR package repository and URLs are converted to links automatically. Markdown syntax is partially supported.