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