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

Orhun Parmaksiz orhun at gemini.archlinux.org
Thu Jul 21 14:22:52 UTC 2022


    Date: Thursday, July 21, 2022 @ 14:22:51
  Author: orhun
Revision: 1255035

archrelease: copy trunk to community-x86_64

Added:
  pueue/repos/community-x86_64/PKGBUILD
    (from rev 1255034, pueue/trunk/PKGBUILD)
Deleted:
  pueue/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  110 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-21 14:22:42 UTC (rev 1255034)
+++ PKGBUILD	2022-07-21 14:22:51 UTC (rev 1255035)
@@ -1,55 +0,0 @@
-# Maintainer: Orhun Parmaksız <orhun at archlinux.org>
-# Contributor: Arne Beer <privat at arne.beer>
-
-pkgname=pueue
-pkgver=2.0.4
-pkgrel=1
-pkgdesc="A CLI tool for managing long running shell commands"
-arch=('x86_64')
-url="https://github.com/nukesor/pueue"
-license=('MIT')
-depends=('gcc-libs')
-makedepends=('cargo')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('45b8499b062cf83ce9a2fa79c9d6f2611ae676e72ba4815cea2b56e294f790d1')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-  mkdir -p utils/completions/
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  CFLAGS+=" -ffat-lto-objects"
-  cargo build --release --frozen
-  ./target/release/pueue completions bash utils/completions/
-  ./target/release/pueue completions fish utils/completions/
-  ./target/release/pueue completions zsh utils/completions/
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  cargo test --frozen
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  # Install binaries
-  install -Dm755 "target/release/pueue" "$pkgdir/usr/bin/pueue"
-  install -Dm755 "target/release/pueued" "$pkgdir/usr/bin/pueued"
-
-  # Place systemd user service
-  install -Dm644 "utils/pueued.service" "$pkgdir/usr/lib/systemd/user/pueued.service"
-
-  # Install shell completions file
-  install -Dm644 "utils/completions/_pueue" "$pkgdir/usr/share/zsh/site-functions/_pueue"
-  install -Dm644 "utils/completions/pueue.bash" "$pkgdir/usr/share/bash-completion/completions/pueue.bash"
-  install -Dm644 "utils/completions/pueue.fish" "$pkgdir/usr/share/fish/completions/pueue.fish"
-
-  # Install License
-  install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/pueue/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: pueue/repos/community-x86_64/PKGBUILD (from rev 1255034, pueue/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-21 14:22:51 UTC (rev 1255035)
@@ -0,0 +1,55 @@
+# Maintainer: Orhun Parmaksız <orhun at archlinux.org>
+# Contributor: Arne Beer <privat at arne.beer>
+
+pkgname=pueue
+pkgver=2.1.0
+pkgrel=1
+pkgdesc="A CLI tool for managing long running shell commands"
+arch=('x86_64')
+url="https://github.com/nukesor/pueue"
+license=('MIT')
+depends=('gcc-libs')
+makedepends=('cargo')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha256sums=('cd5c6500e65960f6a102db5d0f0544f49eec8f74b2cc0df16ded8e2525a545f6')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+  mkdir -p utils/completions/
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  CFLAGS+=" -ffat-lto-objects"
+  cargo build --release --frozen
+  ./target/release/pueue completions bash utils/completions/
+  ./target/release/pueue completions fish utils/completions/
+  ./target/release/pueue completions zsh utils/completions/
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  cargo test --frozen
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  # Install binaries
+  install -Dm755 "target/release/pueue" "$pkgdir/usr/bin/pueue"
+  install -Dm755 "target/release/pueued" "$pkgdir/usr/bin/pueued"
+
+  # Place systemd user service
+  install -Dm644 "utils/pueued.service" "$pkgdir/usr/lib/systemd/user/pueued.service"
+
+  # Install shell completions file
+  install -Dm644 "utils/completions/_pueue" "$pkgdir/usr/share/zsh/site-functions/_pueue"
+  install -Dm644 "utils/completions/pueue.bash" "$pkgdir/usr/share/bash-completion/completions/pueue.bash"
+  install -Dm644 "utils/completions/pueue.fish" "$pkgdir/usr/share/fish/completions/pueue.fish"
+
+  # Install License
+  install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/pueue/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list