[arch-commits] Commit in zellij/repos/community-x86_64 (PKGBUILD PKGBUILD)
Orhun Parmaksiz
orhun at gemini.archlinux.org
Wed Nov 10 20:35:20 UTC 2021
Date: Wednesday, November 10, 2021 @ 20:35:20
Author: orhun
Revision: 1040292
archrelease: copy trunk to community-x86_64
Added:
zellij/repos/community-x86_64/PKGBUILD
(from rev 1040291, zellij/trunk/PKGBUILD)
Deleted:
zellij/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 82 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 41 insertions(+), 41 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-10 20:35:13 UTC (rev 1040291)
+++ PKGBUILD 2021-11-10 20:35:20 UTC (rev 1040292)
@@ -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.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=('af7bae3926dd380563e6bd7f893ad1a2948e69da7a5ba016cd2892429f2ab06c7cbd2255d0cd4e797b801e0b36ef0615754b855d0f6069fea5e3740c36a76bc5')
-
-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 1040291, zellij/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-11-10 20:35:20 UTC (rev 1040292)
@@ -0,0 +1,41 @@
+# 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:
More information about the arch-commits
mailing list