Date: Monday, April 17, 2023 @ 22:19:40
Author: orhun
Revision: 1447099
archrelease: copy trunk to community-x86_64
Added:
atuin/repos/community-x86_64/PKGBUILD
(from rev 1447098, atuin/trunk/PKGBUILD)
Deleted:
atuin/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 94 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 47 insertions(+), 47 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-17 22:19:20 UTC (rev 1447098)
+++ PKGBUILD 2023-04-17 22:19:40 UTC (rev 1447099)
@@ -1,47 +0,0 @@
-# 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:
Copied: atuin/repos/community-x86_64/PKGBUILD (from rev 1447098,
atuin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-17 22:19:40 UTC (rev 1447099)
@@ -0,0 +1,47 @@
+# Maintainer: Orhun Parmaksız <[email protected]>
+# Contributor: Ellie Huxtable <[email protected]>
+
+pkgname=atuin
+pkgver=14.0.1
+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=('00ba6eea19f11b3f73652e71af69b3dc7eb221761519f3b9680047f5476915b4')
+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: