[arch-commits] Commit in (thebe thebe/trunk thebe/trunk/PKGBUILD)

Antonio Rojas arojas at archlinux.org
Fri Oct 14 22:59:58 UTC 2016


    Date: Friday, October 14, 2016 @ 22:59:58
  Author: arojas
Revision: 192283

Add new sagemath dependency

Added:
  thebe/
  thebe/trunk/
  thebe/trunk/PKGBUILD

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

Added: thebe/trunk/PKGBUILD
===================================================================
--- thebe/trunk/PKGBUILD	                        (rev 0)
+++ thebe/trunk/PKGBUILD	2016-10-14 22:59:58 UTC (rev 192283)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=thebe
+pkgver=git20160526
+_commit=9624e0a
+pkgrel=1
+pkgdesc='Jupyter javascript plugin for static sites'
+url='https://oreillymedia.github.io/thebe/'
+arch=(any)
+license=(MIT)
+depends=()
+source=("$pkgname-$pkgver.tar.gz::https://github.com/oreillymedia/thebe/archive/$_commit.zip")
+sha256sums=('cc1e407cbe0804f9644c207fecc074ed0fa389ba65f49da58e63fffe9bfe6923')
+
+package() {
+  cd $pkgname-*
+  install -Dm644 static/main-built.js "$pkgdir"/usr/share/thebe/thebe.js
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


Property changes on: thebe/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list