[arch-commits] Commit in thebe (3 files)

Antonio Rojas arojas at archlinux.org
Fri Oct 14 23:00:31 UTC 2016


    Date: Friday, October 14, 2016 @ 23:00:31
  Author: arojas
Revision: 192284

archrelease: copy trunk to community-any

Added:
  thebe/repos/
  thebe/repos/community-any/
  thebe/repos/community-any/PKGBUILD
    (from rev 192283, thebe/trunk/PKGBUILD)

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

Copied: thebe/repos/community-any/PKGBUILD (from rev 192283, thebe/trunk/PKGBUILD)
===================================================================
--- repos/community-any/PKGBUILD	                        (rev 0)
+++ repos/community-any/PKGBUILD	2016-10-14 23:00:31 UTC (rev 192284)
@@ -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
+}



More information about the arch-commits mailing list