This thread contains a patchset. You're looking at the original emails,
but you may wish to use the patch review UI.
Review patch
1
[PATCH] testing/starship: new aport
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
On Sat, 2020-12-26 at 21:16 +0100, VÖRÖSKŐI András wrote:
> 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="63fe5235be289ff4bcc80b215c85cf29f9b83b1c94cc0eb8ae284d4a
> b74c4f653dc4ee25c82774e107e050ae3c015550197a5882bfcf3f60f9f609e9d9efd
> 275 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