19 lines
564 B
Bash
19 lines
564 B
Bash
# Template file for 'vim-colorschemes'
|
|
pkgname=vim-colorschemes
|
|
version=20170822
|
|
revision=1
|
|
_commit=eab315701f4627967fd62582eefc4e37a3745786
|
|
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=f1d8d0e0415daa180e0822275d6ef4f7f88f70597fe1baca2278a3b3f6a4e700
|
|
wrksrc="${pkgname}-${_commit}"
|
|
|
|
do_install() {
|
|
vmkdir usr/share/vim/vimfiles
|
|
vcopy colors usr/share/vim/vimfiles/
|
|
}
|