summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 61311ef7d9248c3fbc9514633cb4651fb6594acc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: Amanoel Dawod <amanoel at outlook dot com>

pkgname=zsh-gentoo-prompt
pkgver=0.1
pkgrel=1
pkgdesc="Gentoo's ZSH prompt theme"
arch=('any')
url="https://gitweb.gentoo.org/repo/gentoo.git/tree/app-shells/zsh"
license=('GPL')
depends=('zsh')
source=("https://gitweb.gentoo.org/repo/gentoo.git/plain/app-shells/zsh/files/prompt_gentoo_setup-1")
sha256sums=('818aede5695c1406bd2e720ab114bef13d373e48ee5a1f2cda7d36a9c26e30e1')

package() {
  cd "${srcdir}"
  install -Dm644 prompt_gentoo_setup-1 "${pkgdir}/usr/share/zsh/functions/Prompts/prompt_gentoo_setup"
}