[arch-commits] Commit in zoxide/repos/community-x86_64 (PKGBUILD PKGBUILD)
George Rawlinson
grawlinson at gemini.archlinux.org
Sat Apr 23 09:31:45 UTC 2022
Date: Saturday, April 23, 2022 @ 09:31:45
Author: grawlinson
Revision: 1187537
archrelease: copy trunk to community-x86_64
Added:
zoxide/repos/community-x86_64/PKGBUILD
(from rev 1187535, zoxide/trunk/PKGBUILD)
Deleted:
zoxide/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 118 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 59 insertions(+), 59 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-04-23 09:31:41 UTC (rev 1187536)
+++ PKGBUILD 2022-04-23 09:31:45 UTC (rev 1187537)
@@ -1,59 +0,0 @@
-# Maintainer: George Rawlinson <grawlinson at archlinux.org>
-# Contributor: desbma
-
-pkgname=zoxide
-pkgver=0.8.1
-pkgrel=1
-pkgdesc='A smarter cd command for your terminal'
-arch=('x86_64')
-url='https://github.com/ajeetdsouza/zoxide'
-license=('MIT')
-depends=('gcc-libs')
-makedepends=('git' 'rust')
-optdepends=(
- 'fzf: for interactive selection'
-)
-options=('!lto')
-_commit='3a3008163afd01e8f01b39e6253338c5e56307fb'
-source=("$pkgname::git+$url.git#commit=$_commit")
-b2sums=('SKIP')
-
-pkgver() {
- cd "$pkgname"
-
- git describe --tags | sed 's/^v//'
-}
-
-prepare() {
- cd "$pkgname"
-
- cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
- cd "$pkgname"
-
- cargo build --frozen --release --all-features
-}
-
-package() {
- cd "$pkgname"
-
- # binary
- install -vDm755 -t "$pkgdir/usr/bin" "target/release/$pkgname"
-
- # license
- install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
-
- # man pages
- install -vDm644 -t "$pkgdir/usr/share/man/man1" man/man1/*.1
-
- # documentation
- install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
-
- # shell auto-completions
- cd contrib/completions
- install -vDm644 -t "$pkgdir/usr/share/zsh/site-functions" _zoxide
- install -vDm644 -t "$pkgdir/usr/share/fish/vendor_completions.d" zoxide.fish
- install -vDm644 zoxide.bash "$pkgdir/usr/share/bash-completion/completions/zoxide"
-}
Copied: zoxide/repos/community-x86_64/PKGBUILD (from rev 1187535, zoxide/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-04-23 09:31:45 UTC (rev 1187537)
@@ -0,0 +1,59 @@
+# Maintainer: George Rawlinson <grawlinson at archlinux.org>
+# Contributor: desbma
+
+pkgname=zoxide
+pkgver=0.8.1
+pkgrel=2
+pkgdesc='A smarter cd command for your terminal'
+arch=('x86_64')
+url='https://github.com/ajeetdsouza/zoxide'
+license=('MIT')
+depends=('gcc-libs')
+makedepends=('git' 'rust')
+optdepends=(
+ 'fzf: for interactive selection'
+)
+options=('!lto')
+_commit='96a43e9c79da048cbab8f7114a8e08d1cd7ec867'
+source=("$pkgname::git+$url.git#commit=$_commit")
+b2sums=('SKIP')
+
+pkgver() {
+ cd "$pkgname"
+
+ git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+ cd "$pkgname"
+
+ cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+ cd "$pkgname"
+
+ cargo build --frozen --release --all-features
+}
+
+package() {
+ cd "$pkgname"
+
+ # binary
+ install -vDm755 -t "$pkgdir/usr/bin" "target/release/$pkgname"
+
+ # license
+ install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
+
+ # man pages
+ install -vDm644 -t "$pkgdir/usr/share/man/man1" man/man1/*.1
+
+ # documentation
+ install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
+
+ # shell auto-completions
+ cd contrib/completions
+ install -vDm644 -t "$pkgdir/usr/share/zsh/site-functions" _zoxide
+ install -vDm644 -t "$pkgdir/usr/share/fish/vendor_completions.d" zoxide.fish
+ install -vDm644 zoxide.bash "$pkgdir/usr/share/bash-completion/completions/zoxide"
+}
More information about the arch-commits
mailing list