# Maintainer: Arctic Ice Studio # Contributor: Arctic Ice Studio pkgname=nord-vim-airline pkgver=0.18.0 pkgrel=1 pkgdesc="An arctic, north-bluish clean and elegant Vim airline theme" arch=("any") url="https://github.com/arcticicestudio/nord-vim" license=("MIT") depends=("vim") makedepends=("git") source=("$pkgname::git+https://github.com/arcticicestudio/nord-vim.git#tag=v$pkgver") md5sums=("SKIP") package() { cd "${srcdir}/${pkgname}" install -Dm644 "autoload/airline/themes/nord.vim" "$pkgdir/usr/share/vim/vimfiles/autoload/airline/themes/nord.vim" }