aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-11-11 06:27:46 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-11-11 06:28:36 -0300
commitd2c7c7a309e45d52b70aff5eb027b9ae77648b8c (patch)
tree6e5d263defe96bdb7e3e9efd0b47227f8ebc2bf1
parent647e562cff7dcce36c2034db05d2dfadeb58e3b0 (diff)
downloadaports-d2c7c7a309e45d52b70aff5eb027b9ae77648b8c.tar.bz2
aports-d2c7c7a309e45d52b70aff5eb027b9ae77648b8c.tar.xz
testing/starship: remove
-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"