Skip to content
This repository has been archived by the owner on Sep 30, 2018. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:manjaro/packages-community
Browse files Browse the repository at this point in the history
  • Loading branch information
philmmanjaro committed Feb 19, 2017
2 parents a5c8f22 + 879e337 commit 064e2da
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions manjaro-zsh-config/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,28 +1,27 @@
# Maintainer: Chrysostomus @forum.manjaro.org

pkgname=manjaro-zsh-config
pkgver=0.2
pkgver=0.3
pkgrel=1
pkgdesc="Zsh configuration for manjaro"
arch=(any)
url="https://github.com/Chrysostomus/$pkgname"
_gitcommit=1a8f47820707f9b9115b4ab6ba6f459f48d442fc
_gitcommit=a3a084aff72cb72d275c08648f5be9a6a5e49e1a
license=('MIT')
conflicts=('grml-zsh-config')
depends=('zsh-autosuggestions'
'zsh-syntax-highlighting'
'zsh-completions'
'zsh-history-substring-search'
'zsh')
makedepends=('git')
source=("git://github.com/Chrysostomus/$pkgname")
source=("$pkgname.tar.gz::$url/archive/$_gitcommit.tar.gz")
md5sums=('SKIP')

package() {
cd $pkgname
install -D -m644 .zshrc ${pkgdir}/etc/skel/.zshrc
install -D -m644 .zshrc ${pkgdir}/root/.zshrc
cd ${srcdir}
install -D -m644 $srcdir/$pkgname-$_gitcommit/.zshrc ${pkgdir}/etc/skel/.zshrc
install -D -m644 $srcdir/$pkgname-$_gitcommit/rootzshrc ${pkgdir}/root/.zshrc
mkdir -p $pkgdir/usr/share/zsh/scripts
cp -r base16-shell $pkgdir/usr/share/zsh/scripts
cp -r $srcdir/$pkgname-$_gitcommit/base16-shell $pkgdir/usr/share/zsh/scripts
chmod a+x $pkgdir/usr/share/zsh/scripts/base16-shell/*
}

0 comments on commit 064e2da

Please sign in to comment.