[arch-commits] Commit in vim-molokai/repos/community-any (PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Sat Feb 20 13:03:50 UTC 2016


    Date: Saturday, February 20, 2016 @ 14:03:49
  Author: arodseth
Revision: 162717

archrelease: copy trunk to community-any

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

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

Copied: vim-molokai/repos/community-any/PKGBUILD (from rev 162716, vim-molokai/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-02-20 13:03:49 UTC (rev 162717)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Michael Pusterhofer <pusterhofer at student dot tugraz dot at>
+
+pkgname=vim-molokai
+pkgver=1.1
+pkgrel=4
+pkgdesc='Port of the monokai colorscheme for TextMate'
+arch=('any')
+url='http://www.vim.org/scripts/script.php?script_id=2340'
+license=('custom')
+depends=('vim')
+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