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

Orhun Parmaksiz orhun at gemini.archlinux.org
Tue Feb 22 12:18:45 UTC 2022


    Date: Tuesday, February 22, 2022 @ 12:18:44
  Author: orhun
Revision: 1135854

archrelease: copy trunk to community-x86_64

Added:
  zellij/repos/community-x86_64/PKGBUILD
    (from rev 1135853, zellij/trunk/PKGBUILD)
Deleted:
  zellij/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   86 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-22 12:18:33 UTC (rev 1135853)
+++ PKGBUILD	2022-02-22 12:18:44 UTC (rev 1135854)
@@ -1,43 +0,0 @@
-# Maintainer: Orhun Parmaksız <orhun at archlinux.org>
-# Contributor: Julien Nicoulaud <julien.nicoulaud at gmail.com>
-
-pkgname=zellij
-pkgver=0.24.0
-pkgrel=1
-pkgdesc="A terminal multiplexer"
-arch=('x86_64')
-url="https://zellij.dev"
-license=('MIT')
-depends=('gcc-libs')
-makedepends=('cargo' 'mandown')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/zellij-org/${pkgname}/archive/v${pkgver}.tar.gz")
-sha512sums=('3dc99b4142e7f002086684026e8a217cdf3b1078c719265b500a79b2ee45ba75aae8a103e6efd8ba4337c5496f992dbf1f282df39bd548f9d9cc4a1d01a0056a')
-options=('!lto')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  RUSTUP_TOOLCHAIN=stable cargo build --release --frozen --all-features
-  ./target/release/zellij setup --generate-completion bash > target/zellij.bash
-  ./target/release/zellij setup --generate-completion fish > target/zellij.fish
-  ./target/release/zellij setup --generate-completion zsh > target/zellij.zsh
-  mandown docs/MANPAGE.md > assets/zellij.1
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  install -Dm755 target/release/zellij -t "${pkgdir}/usr/bin"
-  install -Dm644 GOVERNANCE.md README.md -t "${pkgdir}/usr/share/doc/zellij"
-  install -Dm644 LICENSE.md -t "${pkgdir}/usr/share/licenses/zellij"
-  install -Dm644 target/zellij.bash "${pkgdir}/usr/share/bash-completion/completions/zellij"
-  install -Dm644 target/zellij.fish "${pkgdir}/usr/share/fish/vendor_completions.d/zellij.fish"
-  install -Dm644 target/zellij.zsh "${pkgdir}/usr/share/zsh/site-functions/_zellij"
-  install -Dm644 assets/zellij.1 "${pkgdir}/usr/share/man/man1/zellij.1"
-  install -Dm644 assets/zellij.desktop "${pkgdir}/usr/share/applications/zellij.desktop"
-}
-
-# vim: ts=2 sw=2 et:

Copied: zellij/repos/community-x86_64/PKGBUILD (from rev 1135853, zellij/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-22 12:18:44 UTC (rev 1135854)
@@ -0,0 +1,43 @@
+# Maintainer: Orhun Parmaksız <orhun at archlinux.org>
+# Contributor: Julien Nicoulaud <julien.nicoulaud at gmail.com>
+
+pkgname=zellij
+pkgver=0.25.0
+pkgrel=1
+pkgdesc="A terminal multiplexer"
+arch=('x86_64')
+url="https://zellij.dev"
+license=('MIT')
+depends=('gcc-libs')
+makedepends=('cargo' 'mandown')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/zellij-org/${pkgname}/archive/v${pkgver}.tar.gz")
+sha512sums=('1d66afd9d03e86234c0470ea623214eaca1c8733f82f711365fcefb06e7e38e222c3c9612b4cee1fb0788bbc8248a9ef6674b8320551f39fb6d83101c3255ce6')
+options=('!lto')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  RUSTUP_TOOLCHAIN=stable cargo build --release --frozen --all-features
+  ./target/release/zellij setup --generate-completion bash > target/zellij.bash
+  ./target/release/zellij setup --generate-completion fish > target/zellij.fish
+  ./target/release/zellij setup --generate-completion zsh > target/zellij.zsh
+  mandown docs/MANPAGE.md > assets/zellij.1
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -Dm755 target/release/zellij -t "${pkgdir}/usr/bin"
+  install -Dm644 GOVERNANCE.md README.md -t "${pkgdir}/usr/share/doc/zellij"
+  install -Dm644 LICENSE.md -t "${pkgdir}/usr/share/licenses/zellij"
+  install -Dm644 target/zellij.bash "${pkgdir}/usr/share/bash-completion/completions/zellij"
+  install -Dm644 target/zellij.fish "${pkgdir}/usr/share/fish/vendor_completions.d/zellij.fish"
+  install -Dm644 target/zellij.zsh "${pkgdir}/usr/share/zsh/site-functions/_zellij"
+  install -Dm644 assets/zellij.1 "${pkgdir}/usr/share/man/man1/zellij.1"
+  install -Dm644 assets/zellij.desktop "${pkgdir}/usr/share/applications/zellij.desktop"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list