aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/starship/APKBUILD24
1 files changed, 0 insertions, 24 deletions
diff --git a/testing/starship/APKBUILD b/testing/starship/APKBUILD
deleted file mode 100644
index 7109cdb272..0000000000
--- a/testing/starship/APKBUILD
+++ /dev/null
@@ -1,24 +0,0 @@
-# Contributor: Leo <thinkabit.ukim@gmail.com>
-# Maintainer: Leo <thinkabit.ukim@gmail.com>
-pkgname=starship
-pkgver=0.26.2
-pkgrel=0
-pkgdesc="Cross-shell prompt for astronauts"
-options="!check" # All tests hardcode $HOME
-url="https://starship.rs/"
-arch="all !s390x"
-license="ISC"
-depends="font-noto-emoji"
-makedepends="cargo zlib-dev libgit2-dev"
-source="$pkgname-$pkgver.tar.gz::https://github.com/starship/starship/archive/v$pkgver.tar.gz"
-
-export LIBGIT2_SYS_USE_PKG_CONFIG=1 # Use system libgit2
-
-build() {
- cargo build --release
-}
-
-package() {
- install -Dm0755 target/release/starship "$pkgdir"/usr/bin/starship
-}
-sha512sums="b0b65c152d6bc09b9db09d7afdec36d8dd5e690af04303c73326b3de8b056928bb5c35d0f8b58d37fa0afbdb840479a78371a82dff5ae464ea703eb47f842178 starship-0.26.2.tar.gz"