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

Orhun Parmaksiz orhun at gemini.archlinux.org
Tue Apr 12 12:13:38 UTC 2022


    Date: Tuesday, April 12, 2022 @ 12:13:37
  Author: orhun
Revision: 1185954

archrelease: copy trunk to community-x86_64

Added:
  atuin/repos/community-x86_64/PKGBUILD
    (from rev 1185953, atuin/trunk/PKGBUILD)
Deleted:
  atuin/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   92 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-12 12:13:27 UTC (rev 1185953)
+++ PKGBUILD	2022-04-12 12:13:37 UTC (rev 1185954)
@@ -1,46 +0,0 @@
-# Maintainer: Orhun Parmaksız <orhun at archlinux.org>
-# Contributor: Ellie Huxtable <e at elm.sh>
-
-pkgname=atuin
-pkgver=0.8.0
-pkgrel=3
-pkgdesc="Magical shell history"
-arch=('x86_64')
-url="https://github.com/ellie/atuin"
-license=('MIT')
-depends=('gcc-libs')
-makedepends=('rust')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('fa745be79b3689fa1036861e8a0becebaa2fd993a252dc729a49c7ad8e7922b5')
-options=('!lto')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  cargo fetch --locked
-  mkdir completions/
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  cargo build --release --frozen
-  for sh in 'bash' 'fish' 'zsh'; do
-    "target/release/$pkgname" gen-completions -s "$sh" -o completions/
-  done
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  cargo test --frozen
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
-  install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
-  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
-  install -Dm 644 "completions/$pkgname.bash" "${pkgdir}/usr/share/bash-completion/completions/$pkgname"
-  install -Dm 644 "completions/$pkgname.fish" -t "${pkgdir}/usr/share/fish/vendor_completions.d"
-  install -Dm 644 "completions/_$pkgname" -t "${pkgdir}/usr/share/zsh/site-functions"
-}
-
-# vim: ts=2 sw=2 et:

Copied: atuin/repos/community-x86_64/PKGBUILD (from rev 1185953, atuin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-12 12:13:37 UTC (rev 1185954)
@@ -0,0 +1,46 @@
+# Maintainer: Orhun Parmaksız <orhun at archlinux.org>
+# Contributor: Ellie Huxtable <e at elm.sh>
+
+pkgname=atuin
+pkgver=0.8.1
+pkgrel=1
+pkgdesc="Magical shell history"
+arch=('x86_64')
+url="https://github.com/ellie/atuin"
+license=('MIT')
+depends=('gcc-libs')
+makedepends=('cargo')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha256sums=('225e2bd85370772094434841019ea628c7f0d4cf61e7f4ba986b7eeea15942a0')
+options=('!lto')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+  mkdir completions/
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  cargo build --release --frozen
+  for sh in 'bash' 'fish' 'zsh'; do
+    "target/release/$pkgname" gen-completions -s "$sh" -o completions/
+  done
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  cargo test --frozen
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
+  install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
+  install -Dm 644 "completions/$pkgname.bash" "${pkgdir}/usr/share/bash-completion/completions/$pkgname"
+  install -Dm 644 "completions/$pkgname.fish" -t "${pkgdir}/usr/share/fish/vendor_completions.d"
+  install -Dm 644 "completions/_$pkgname" -t "${pkgdir}/usr/share/zsh/site-functions"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list