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

pkgname=zsh-gentoo-prompt
pkgver=0.1
pkgrel=1
pkgdesc="Gentoo 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() {
  install -Dm644 prompt_gentoo_setup-1 \
    "$pkgdir"/usr/share/zsh/functions/Prompts/prompt_gentoo_setup
}