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

Orhun Parmaksiz orhun at gemini.archlinux.org
Thu Jul 28 22:32:23 UTC 2022


    Date: Thursday, July 28, 2022 @ 22:32:23
  Author: orhun
Revision: 1259056

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-28 22:32:07 UTC (rev 1259055)
+++ PKGBUILD	2022-07-28 22:32:23 UTC (rev 1259056)
@@ -1,43 +0,0 @@
-# Maintainer: Orhun Parmaksız <orhun at archlinux.org>
-# Contributor: Julien Nicoulaud <julien.nicoulaud at gmail.com>
-
-pkgname=zellij
-pkgver=0.30.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=('0c55808b457acac103834be0b60f0c6d8818ba6682af18a4b329bf931623240cf27ea0879d99790077832c61dfd4674c743dab34392fab54cd20a9c9c2dd63e8')
-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
-  ./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 1259055, zellij/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-28 22:32:23 UTC (rev 1259056)
@@ -0,0 +1,43 @@
+# Maintainer: Orhun Parmaksız <orhun at archlinux.org>
+# Contributor: Julien Nicoulaud <julien.nicoulaud at gmail.com>
+
+pkgname=zellij
+pkgver=0.31.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=('c833bcda941718b693e51985d7bbc5710ca6017ef5cfb43e295804e7aecc5fc5fa24bd546cc1b6130481520b2c40da5846454a880c2258fcd02f0122021fcb3c')
+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
+  ./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