20 lines
600 B
Bash
20 lines
600 B
Bash
# Template file for 'vim-colorschemes'
|
|
pkgname=vim-colorschemes
|
|
version=20150725
|
|
revision=1
|
|
_commit=28a989b28457e38df620e4c7ab23e224aff70efe
|
|
build_style=fetch
|
|
noarch=yes
|
|
short_desc="Vim colorschemes"
|
|
maintainer="lemmi <lemmi@nerd2nerd.org>"
|
|
license="GPL-3"
|
|
homepage="https://github.com/flazz/vim-colorschemes"
|
|
distfiles="https://github.com/flazz/vim-colorschemes/archive/${_commit}.tar.gz"
|
|
checksum=64b93644fda438797ac1af1115f4c5a9b7a5030fa4861898b9615db4b273e472
|
|
|
|
do_install() {
|
|
tar xzf ${_commit}.tar.gz
|
|
vmkdir usr/share/vim/vimfiles
|
|
vcopy ${pkgname}-${_commit}/colors usr/share/vim/vimfiles/
|
|
}
|