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

Orhun Parmaksiz orhun at archlinux.org
Fri Mar 12 15:42:23 UTC 2021


    Date: Friday, March 12, 2021 @ 15:42:23
  Author: orhun
Revision: 888865

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-12 15:42:15 UTC (rev 888864)
+++ PKGBUILD	2021-03-12 15:42:23 UTC (rev 888865)
@@ -1,46 +0,0 @@
-# Maintainer: Orhun Parmaksız <orhun at archlinux.org>
-# Contributor: Arne Beer <privat at arne.beer>
-
-pkgname=pueue
-pkgver=0.12.0
-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=('9c3930380120bf8479caa55236fb9fdbbad5bfe3d41c0729a667c777cbc856e2')
-
-build() {
-  cd "$pkgname-$pkgver"
-  cargo build --release --locked
-  ./build_completions.sh
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  cargo test --release --locked
-}
-
-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 888864, pueue/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-12 15:42:23 UTC (rev 888865)
@@ -0,0 +1,46 @@
+# Maintainer: Orhun Parmaksız <orhun at archlinux.org>
+# Contributor: Arne Beer <privat at arne.beer>
+
+pkgname=pueue
+pkgver=0.12.1
+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=('a67e6f349696a61e0471fc573aa8791695a7e536ee76df3e1eb12397fa3b3571')
+
+build() {
+  cd "$pkgname-$pkgver"
+  cargo build --release --locked
+  ./build_completions.sh
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  cargo test --release --locked
+}
+
+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