~alpine/aports

testing/starship: new aport v1 PROPOSED

VÖRÖSKŐI András <voroskoi@gmail.com>
VÖRÖSKŐI András: 1
 testing/starship: new aport

 1 files changed, 25 insertions(+), 0 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/3403/mbox | git am -3
Learn more about email & git

[PATCH] testing/starship: new aport Export this patch

VÖRÖSKŐI András <voroskoi@gmail.com>
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