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

Caleb Maclennan alerque at gemini.archlinux.org
Tue Sep 21 14:25:34 UTC 2021


    Date: Tuesday, September 21, 2021 @ 14:25:33
  Author: alerque
Revision: 1020398

archrelease: copy trunk to community-testing-x86_64

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

----------+
 PKGBUILD |  136 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 68 insertions(+), 68 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-21 14:25:17 UTC (rev 1020397)
+++ PKGBUILD	2021-09-21 14:25:33 UTC (rev 1020398)
@@ -1,68 +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'
-pkgver=0.57.0
-pkgrel=2
-arch=(x86_64)
-url=https://starship.rs/
-license=(ISC)
-depends=(
-  gcc-libs
-  glibc
-  libgit2.so
-  openssl
-)
-optdepends=(
-  'noto-fonts-emoji: emoji support for terminals'
-  'powerline-fonts: powerline symbols for terminals'
-)
-makedepends=(
-  git
-  rust
-)
-checkdepends=(python)
-_tag=f03c0825c0d9f99789128692324855a7d5baecca
-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-testing-x86_64/PKGBUILD (from rev 1020397, starship/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-09-21 14:25:33 UTC (rev 1020398)
@@ -0,0 +1,68 @@
+# 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'
+pkgver=0.58.0
+pkgrel=1
+arch=(x86_64)
+url=https://starship.rs/
+license=(ISC)
+depends=(
+  gcc-libs
+  glibc
+  libgit2.so
+  openssl
+)
+optdepends=(
+  'noto-fonts-emoji: emoji support for terminals'
+  'powerline-fonts: powerline symbols for terminals'
+)
+makedepends=(
+  git
+  rust
+)
+checkdepends=(python)
+_tag=0a60d1e93942d577d5d9c6e0bb3f6bdf5abcf02a
+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:



More information about the arch-commits mailing list