# Maintainer: Vinson Chuong pkgname="tmux-solarized16" pkgver="20190714" pkgrel="1" pkgdesc="Solarized in 16 colors for tmux" arch=("any") url="https://github.com/seebi/tmux-colors-solarized" license=("MIT") depends=("tmux") conflicts=("tmux-solarized-git") source=("git+$url#commit=e5e7b4f") md5sums=('SKIP') build () { cd 'tmux-colors-solarized'; mv 'tmuxcolors-256.conf' 'solarized-256.conf'; mv 'tmuxcolors-light.conf' 'solarized-light.conf'; mv 'tmuxcolors-dark.conf' 'solarized-dark.conf' } package () { cd 'tmux-colors-solarized'; install -Dm644 -t "$pkgdir/usr/share/tmux" *.conf }