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

Felix Yan felixonmars at archlinux.org
Fri Nov 9 23:24:38 UTC 2018


    Date: Friday, November 9, 2018 @ 23:24:37
  Author: felixonmars
Revision: 405275

archrelease: copy trunk to community-staging-any

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

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

Copied: vim-jellybeans/repos/community-staging-any/PKGBUILD (from rev 405274, vim-jellybeans/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2018-11-09 23:24:37 UTC (rev 405275)
@@ -0,0 +1,26 @@
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+
+pkgname=vim-jellybeans
+_name=jellybeans.vim
+pkgver=1.6
+pkgrel=2
+pkgdesc='Colorful, dark color scheme, inspired by ir_black and twilight'
+arch=('any')
+url="https://github.com/nanotech/$_name"
+license=('MIT')
+groups=('vim-plugins')
+depends=('vim')
+source=("$pkgname-$pkgver.zip::https://github.com/nanotech/$_name/archive/v$pkgver.zip")
+sha256sums=('51cf6fab89ed5566a684717276daf069e18df416c72e354c237b9d7fc7960ed2')
+
+prepare() {
+  head -41 "$_name-$pkgver/colors/$_name" | tail -21 | cut -b2- > LICENSE
+}
+
+package() {
+  install -Dm644 "$_name-$pkgver/colors/$_name" \
+    "$pkgdir/usr/share/vim/vimfiles/colors/$_name"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list