summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: ed74177cfe1a4860c14f624de408b3188c931272 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Connor Etherington <nu1l@null.net>
# ---
pkgname=betterzsh
pkgver=1.0.r7
pkgrel=1
pkgdesc='Configurations to enhance user experience with the ZSH shell.'
arch=(any)
url="https://gitlab.com/a4to/${pkgname}"
license=('MIT')
depends=(zsh zsh-fast-syntax-highlighting zsh-autosuggestions-git zsh-autopair-git)
optdepends=('starship: Adds very useful git functionality to the terminal')
source=("https://gitlab.com/a4to/concise/-/raw/master/x86_64/${pkgname}-${pkgver}-${pkgrel}-$arch.pkg.tar.zst")
sha256sums=('318e427165aeccadda34141bbde73470229378b7da86a8d46f286f57f54ac0a8')

package() {
  install -Dm644 usr/share/zsh/plugins/betterzsh.zsh "${pkgdir}/usr/share/zsh/plugins/betterzsh.zsh"
  install -Dm644 usr/share/licenses/${pkgname}/LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}