[arch-commits] Commit in vim-molokai/repos (2 files)

Felix Yan felixonmars at archlinux.org
Tue Jul 7 17:08:06 UTC 2020


    Date: Tuesday, July 7, 2020 @ 17:08:06
  Author: felixonmars
Revision: 659572

archrelease: copy trunk to community-staging-any

Added:
  vim-molokai/repos/community-staging-any/
  vim-molokai/repos/community-staging-any/PKGBUILD
    (from rev 659571, vim-molokai/trunk/PKGBUILD)

----------+
 PKGBUILD |   25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

Copied: vim-molokai/repos/community-staging-any/PKGBUILD (from rev 659571, vim-molokai/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-07-07 17:08:06 UTC (rev 659572)
@@ -0,0 +1,25 @@
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Michael Pusterhofer <pusterhofer at student.tugraz.at>
+
+pkgname=vim-molokai
+pkgver=1.1
+pkgrel=7
+pkgdesc='Port of the monokai colorscheme for TextMate'
+arch=('any')
+url='https://www.vim.org/scripts/script.php?script_id=2340'
+license=('custom')
+depends=('vim')
+groups=('vim-plugins')
+source=("$pkgname.vim::http://www.vim.org/scripts/download_script.php?src_id=9750"
+        'https://raw.githubusercontent.com/tomasr/molokai/master/LICENSE.md')
+md5sums=('fea8138fa815caa399f8b4fcf56bfe0e'
+         '338d7dd470454d1998138ca71340ce16')
+
+package() {
+  install -Dm644 "$pkgname.vim" \
+		"$pkgdir/usr/share/vim/vimfiles/colors/molokai.vim"
+  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
+}
+
+# getver: -u 2
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list