[arch-commits] Commit in zellij/repos/community-x86_64 (PKGBUILD PKGBUILD)
Orhun Parmaksiz
orhun at gemini.archlinux.org
Mon Nov 29 15:37:48 UTC 2021
Date: Monday, November 29, 2021 @ 15:37:47
Author: orhun
Revision: 1057285
archrelease: copy trunk to community-x86_64
Added:
zellij/repos/community-x86_64/PKGBUILD
(from rev 1057280, zellij/trunk/PKGBUILD)
Deleted:
zellij/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 83 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 42 insertions(+), 41 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-29 15:37:47 UTC (rev 1057284)
+++ PKGBUILD 2021-11-29 15:37:47 UTC (rev 1057285)
@@ -1,41 +0,0 @@
-# Maintainer: Orhun Parmaksız <orhun at archlinux.org>
-# Contributor: Julien Nicoulaud <julien.nicoulaud at gmail.com>
-
-pkgname=zellij
-pkgver=0.20.1
-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=('eed0cf3661b45309f137246faf5ed5b688ddeb472819ca3b0141fe4d768d2b97c440378f30bcd602938b4093c48b902d4dd2f5e40ae6512b2857afd6a2f84df9')
-
-prepare() {
- cd "$pkgname-$pkgver"
- cargo fetch --locked
-}
-
-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"
-}
-
-# vim: ts=2 sw=2 et:
Copied: zellij/repos/community-x86_64/PKGBUILD (from rev 1057280, zellij/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-11-29 15:37:47 UTC (rev 1057285)
@@ -0,0 +1,42 @@
+# Maintainer: Orhun Parmaksız <orhun at archlinux.org>
+# Contributor: Julien Nicoulaud <julien.nicoulaud at gmail.com>
+
+pkgname=zellij
+pkgver=0.21.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=('e52047091b3b8b7692e7be44abaf99ef5c6ac6bd9ec2680a625496db6942852f72f0ed00f91dd1211808acb47260df58a4f51f69fad0a99194383686e4cedf85')
+
+prepare() {
+ cd "$pkgname-$pkgver"
+ cargo fetch --locked
+}
+
+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