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

Orhun Parmaksiz orhun at gemini.archlinux.org
Sun Sep 12 09:27:15 UTC 2021


    Date: Sunday, September 12, 2021 @ 09:27:15
  Author: orhun
Revision: 1014539

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |  102 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-12 09:27:05 UTC (rev 1014538)
+++ PKGBUILD	2021-09-12 09:27:15 UTC (rev 1014539)
@@ -1,51 +0,0 @@
-# Maintainer: Orhun Parmaksız <orhun at archlinux.org>
-# Contributor: Arne Beer <privat at arne.beer>
-
-pkgname=pueue
-pkgver=1.0.1
-pkgrel=2
-pkgdesc="A command scheduler for shells"
-arch=('x86_64')
-url="https://github.com/nukesor/pueue"
-license=('MIT')
-depends=('gcc-libs')
-makedepends=('rust')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('03f19e1c13ccd8ef4972ed3849df04741047f125302d66d92fa4f4a5ef669296')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  cargo fetch --locked
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  cargo build --release --frozen
-  ./build_completions.sh
-}
-
-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 1014538, pueue/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-09-12 09:27:15 UTC (rev 1014539)
@@ -0,0 +1,51 @@
+# Maintainer: Orhun Parmaksız <orhun at archlinux.org>
+# Contributor: Arne Beer <privat at arne.beer>
+
+pkgname=pueue
+pkgver=1.0.2
+pkgrel=1
+pkgdesc="A command scheduler for shells"
+arch=('x86_64')
+url="https://github.com/nukesor/pueue"
+license=('MIT')
+depends=('gcc-libs')
+makedepends=('rust')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha256sums=('51e2a1b3bd2f265daea36b3150e9e7a6c20e075773219f61fe52bdd44fd1ccd3')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  cargo fetch --locked
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  cargo build --release --frozen
+  ./build_completions.sh
+}
+
+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