summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: dd659d095cbee7dca50312e0dbc37dda9608fdee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: George Angelopoulos <george@usermod.net>
pkgname=vim-colorscheme-alduin
pkgver=1.8.1
pkgrel=1
pkgdesc="A dark low-contrast Vim colorscheme for Terminal Vim and GUI Vim."
arch=('any')
url="https://github.com/AlessandroYorba/Alduin"
license=('MIT')
source=("https://github.com/AlessandroYorba/Alduin/archive/1.8.1.tar.gz")
md5sums=('22599eaf36fdf2f43808fbe52b76a801')

_name=Alduin

package() {
  cd "$_name-$pkgver"
  install -Dm644 colors/alduin.vim "$pkgdir/usr/share/vim/vim74/colors/alduin.vim"
}

# vim:set ts=2 sw=2 et: