[PATCH] testing/starship: new aport
Export this patch
https://starship.rs/
The minimal, blazing-fast, and infinitely customizable prompt for any shell
testing/
---
testing/starship/APKBUILD | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
create mode 100644 testing/starship/APKBUILD
diff --git a/testing/starship/APKBUILD b/testing/starship/APKBUILD
new file mode 100644
index 0000000000..1be5039d5b
--- /dev/null
+++ b/testing/starship/APKBUILD
@@ -0,0 +1,25 @@
+# Maintainer: VÖRÖSKŐI András <voroskoi@gmail.com>
+pkgname=starship
+pkgver=0.47.0
+pkgrel=0
+pkgdesc="The minimal, blazing-fast, and infinitely customizable prompt for any shell"
+url="https://starship.rs/"
+arch="x86 x86_64 armv7 armhf aarch64"
+license="ISC"
+makedepends="cargo"
+source="$pkgname-$pkgver.tar.gz::https://github.com/starship/starship/archive/v$pkgver.tar.gz"
+
+build() {
+ cargo build --release
+}
+
+check() {
+ cargo test --release
+}
+
+package() {
+ cd target/release/
+ install -Dm755 $pkgname -t "$pkgdir"/usr/bin/
+}
+
+sha512sums="63fe5235be289ff4bcc80b215c85cf29f9b83b1c94cc0eb8ae284d4ab74c4f653dc4ee25c82774e107e050ae3c015550197a5882bfcf3f60f9f609e9d9efd275 starship-0.47.0.tar.gz"
--
2.29.2
Hello,
Please open a Merge Request in our GitLab Instance's aports repo[1].
Regards
Leo
[1]: gitlab.alpinelinux.org/alpine/aports