[arch-commits] Commit in zellij/repos/community-x86_64 (PKGBUILD PKGBUILD)
Orhun Parmaksiz
orhun at gemini.archlinux.org
Fri Sep 9 20:11:46 UTC 2022
Date: Friday, September 9, 2022 @ 20:11:46
Author: orhun
Revision: 1297478
archrelease: copy trunk to community-x86_64
Added:
zellij/repos/community-x86_64/PKGBUILD
(from rev 1297477, zellij/trunk/PKGBUILD)
Deleted:
zellij/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 86 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 43 insertions(+), 43 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-09 20:11:37 UTC (rev 1297477)
+++ PKGBUILD 2022-09-09 20:11:46 UTC (rev 1297478)
@@ -1,43 +0,0 @@
-# Maintainer: Orhun Parmaksız <orhun at archlinux.org>
-# Contributor: Julien Nicoulaud <julien.nicoulaud at gmail.com>
-
-pkgname=zellij
-pkgver=0.31.3
-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=('959408da096a343a3167d22e04bf226416c0296003befaeaaa5a0299b45bf97a8bee845405f1cd74ebae6d8be400cd020db27656b9d64a19ccf4a9110d4e54fe')
-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 1297477, zellij/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-09 20:11:46 UTC (rev 1297478)
@@ -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.4
+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=('99011910a606b314a02005be95c2285c5c6c0121f60feebf5af4cc880e8874380a36f23107d7169f0203a8b2788351d0ffb69d1cbdeeb259795358ebe9954da3')
+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