makedeb


zellij-bin 0.40.1-3


A terminal workspace with batteries included

Viewing /PKGBUILD.

View raw.

Click here to go back to the Git tree for zellij-bin.

# Maintainer: Zhongmin Lin <zhongmin.lin3@gmail.com>
pkgname=zellij-bin
pkgver=0.40.1
pkgrel=3
pkgdesc="A terminal workspace with batteries included"
arch=('amd64' 'aarch64')
url="https://zellij.dev"
license=('MIT')
# depends=()
provides=('zellij')
conflicts=('zellij')
source_amd64=("zellij-${pkgver}-linux-x86_64.tar.gz::https://github.com/zellij-org/zellij/releases/download/v${pkgver}/zellij-x86_64-unknown-linux-musl.tar.gz")
source_aarch64=("zellij-${pkgver}-linux-aarch64.tar.gz::https://github.com/zellij-org/zellij/releases/download/v${pkgver}/zellij-aarch64-unknown-linux-musl.tar.gz")
sha256sums_amd64=('a9fd3ef2d9bb2fd829e0ce024e9b0d718b8b5140de6194484cc1110ed324370f')
sha256sums_aarch64=('0df0d66b4990310828c87097f0a89819184aee1f09ba51f4ec5963fae51fcd31')

package() {
	install -Dm755 "zellij" "${pkgdir}/usr/bin/zellij"
}