Date: Sunday, April 2, 2023 @ 15:17:58
Author: orhun
Revision: 1434196
archrelease: copy trunk to community-x86_64
Added:
atuin/repos/community-x86_64/PKGBUILD
(from rev 1434195, atuin/trunk/PKGBUILD)
Deleted:
atuin/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 94 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 47 insertions(+), 47 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-02 15:17:31 UTC (rev 1434195)
+++ PKGBUILD 2023-04-02 15:17:58 UTC (rev 1434196)
@@ -1,47 +0,0 @@
-# Maintainer: Orhun Parmaksız <[email protected]>
-# Contributor: Ellie Huxtable <[email protected]>
-
-pkgname=atuin
-pkgver=13.0.1
-pkgrel=3
-pkgdesc="Magical shell history"
-arch=('x86_64')
-url="https://github.com/ellie/atuin"
-license=('MIT')
-depends=('gcc-libs')
-makedepends=('cargo')
-optdepends=('bash-preexec: bash integration')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('c012ae65b7093954bc2d614633223f181261208ca282a409f245040f6ad976a1')
-options=('!lto')
-
-prepare() {
- cd "$pkgname-$pkgver"
- cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
- mkdir completions/
-}
-
-build() {
- cd "$pkgname-$pkgver"
- cargo build --release --frozen --all-features
- for sh in 'bash' 'fish' 'zsh'; do
- "target/release/$pkgname" gen-completions -s "$sh" -o completions/
- done
-}
-
-check() {
- cd "$pkgname-$pkgver"
- cargo test --frozen --all-features --workspace
-}
-
-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 1434195,
atuin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-02 15:17:58 UTC (rev 1434196)
@@ -0,0 +1,47 @@
+# Maintainer: Orhun Parmaksız <[email protected]>
+# Contributor: Ellie Huxtable <[email protected]>
+
+pkgname=atuin
+pkgver=14.0.0
+pkgrel=1
+pkgdesc="Magical shell history"
+arch=('x86_64')
+url="https://github.com/ellie/atuin"
+license=('MIT')
+depends=('gcc-libs')
+makedepends=('cargo')
+optdepends=('bash-preexec: bash integration')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha256sums=('cccff6fcd27ab12038fc4be0f8418197813306d6210512850d21d2b749c6c797')
+options=('!lto')
+
+prepare() {
+ cd "$pkgname-$pkgver"
+ cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+ mkdir completions/
+}
+
+build() {
+ cd "$pkgname-$pkgver"
+ cargo build --release --frozen --all-features
+ for sh in 'bash' 'fish' 'zsh'; do
+ "target/release/$pkgname" gen-completions -s "$sh" -o completions/
+ done
+}
+
+check() {
+ cd "$pkgname-$pkgver"
+ cargo test --frozen --all-features --workspace
+}
+
+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: