[arch-commits] Commit in starship/repos/community-x86_64 (PKGBUILD PKGBUILD)

Caleb Maclennan alerque at gemini.archlinux.org
Mon Feb 7 18:04:57 UTC 2022


    Date: Monday, February 7, 2022 @ 18:04:56
  Author: alerque
Revision: 1128503

archrelease: copy trunk to community-x86_64

Added:
  starship/repos/community-x86_64/PKGBUILD
    (from rev 1128502, starship/trunk/PKGBUILD)
Deleted:
  starship/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  128 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 63 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-07 18:04:48 UTC (rev 1128502)
+++ PKGBUILD	2022-02-07 18:04:56 UTC (rev 1128503)
@@ -1,65 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Maintainer: Caleb Maclennan <caleb at alerque.com>
-# Contributor: Kevin Song <kevin.s05 at gmail.com>
-
-pkgname=starship
-pkgdesc='The cross-shell prompt for astronauts'
-_tag=682f49abdb7065f0053ca7ec82de166027a72072
-pkgver=1.2.1
-pkgrel=1
-arch=(x86_64)
-url=https://starship.rs/
-license=(ISC)
-depends=(
-  gcc-libs
-  glibc
-  libgit2.so
-  openssl
-  ttf-font-nerd
-)
-makedepends=(
-  git
-  rust
-)
-checkdepends=(python)
-source=(git+https://github.com/starship/starship.git#tag=${_tag})
-b2sums=('SKIP')
-
-prepare() {
-  cargo fetch \
-    --locked \
-    --target $CARCH-unknown-linux-gnu \
-    --manifest-path starship/Cargo.toml
-}
-
-pkgver() {
-  cd starship
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  export CARGO_TARGET_DIR=target
-  cargo build \
-    --release \
-    --frozen \
-    --features notify-rust \
-    --manifest-path starship/Cargo.toml
-}
-
-check() {
-  cargo test \
-    --frozen \
-    --features notify-rust \
-    --manifest-path starship/Cargo.toml
-}
-
-package() {
-  install -Dm 755 target/release/starship -t "${pkgdir}"/usr/bin/
-  install -Dm 644 starship/LICENSE -t "${pkgdir}"/usr/share/licenses/starship/
-  install -dm 755 "${pkgdir}"/usr/share/{bash-completion/completions,fish/vendor_completions.d,zsh/site-functions}/
-  ./target/release/starship completions bash > "${pkgdir}"/usr/share/bash-completion/completions/starship
-  ./target/release/starship completions fish > "${pkgdir}"/usr/share/fish/vendor_completions.d/starship.fish
-  ./target/release/starship completions zsh > "${pkgdir}"/usr/share/zsh/site-functions/_starship
-}
-
-# vim: ts=2 sw=2 et:

Copied: starship/repos/community-x86_64/PKGBUILD (from rev 1128502, starship/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-07 18:04:56 UTC (rev 1128503)
@@ -0,0 +1,63 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Maintainer: Caleb Maclennan <caleb at alerque.com>
+# Contributor: Kevin Song <kevin.s05 at gmail.com>
+
+pkgname=starship
+pkgdesc='The cross-shell prompt for astronauts'
+_tag=e6a921b5b2a54ffd81368f9b3a573e49b5af1c9a
+pkgver=1.3.0
+pkgrel=1
+arch=(x86_64)
+url=https://starship.rs/
+license=(ISC)
+depends=(
+  gcc-libs
+  glibc
+  libgit2.so
+  openssl
+  ttf-font-nerd
+)
+makedepends=(
+  git
+  rust
+)
+checkdepends=(python)
+source=(git+https://github.com/starship/starship.git#tag=${_tag})
+b2sums=('SKIP')
+
+prepare() {
+  cargo fetch \
+    --locked \
+    --target $CARCH-unknown-linux-gnu \
+    --manifest-path starship/Cargo.toml
+}
+
+pkgver() {
+  cd starship
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  export CARGO_TARGET_DIR=target
+  cargo build \
+    --release \
+    --frozen \
+    --manifest-path starship/Cargo.toml
+}
+
+check() {
+  cargo test \
+    --frozen \
+    --manifest-path starship/Cargo.toml
+}
+
+package() {
+  install -Dm 755 target/release/starship -t "${pkgdir}"/usr/bin/
+  install -Dm 644 starship/LICENSE -t "${pkgdir}"/usr/share/licenses/starship/
+  install -dm 755 "${pkgdir}"/usr/share/{bash-completion/completions,fish/vendor_completions.d,zsh/site-functions}/
+  ./target/release/starship completions bash > "${pkgdir}"/usr/share/bash-completion/completions/starship
+  ./target/release/starship completions fish > "${pkgdir}"/usr/share/fish/vendor_completions.d/starship.fish
+  ./target/release/starship completions zsh > "${pkgdir}"/usr/share/zsh/site-functions/_starship
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list