Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

5 changes: 1 addition & 4 deletions makefiles/starship.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,12 @@ $(error Use the main Makefile)
endif

SUBPROJECTS += starship
STARSHIP_VERSION := 0.53.0
STARSHIP_VERSION := 1.7.1
DEB_STARSHIP_V ?= $(STARSHIP_VERSION)

starship-setup: setup
$(call GITHUB_ARCHIVE,starship,starship,$(STARSHIP_VERSION),v$(STARSHIP_VERSION))
$(call EXTRACT_TAR,starship-$(STARSHIP_VERSION).tar.gz,starship-$(STARSHIP_VERSION),starship)
# remove this when the following upstream PRs are merged:
# https://github.com/FillZpp/sys-info-rs/pull/88
$(call DO_PATCH,starship,starship,-p1)

ifneq ($(wildcard $(BUILD_WORK)/starship/.build_complete),)
starship:
Expand Down