[arch-commits] Commit in thebe/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Tue Jul 7 12:55:06 UTC 2020
Date: Tuesday, July 7, 2020 @ 12:55:06
Author: felixonmars
Revision: 658281
archrelease: copy trunk to community-staging-any
Added:
thebe/repos/community-staging-any/
thebe/repos/community-staging-any/PKGBUILD
(from rev 658279, thebe/trunk/PKGBUILD)
----------+
PKGBUILD | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
Copied: thebe/repos/community-staging-any/PKGBUILD (from rev 658279, thebe/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2020-07-07 12:55:06 UTC (rev 658281)
@@ -0,0 +1,19 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=thebe
+pkgver=git20160526
+_commit=9624e0a
+pkgrel=3
+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.tar.gz")
+sha256sums=('2d6b406718f6d5ce08271161247274831f44d286f4040b7ab5da570bbe4f5606')
+
+package() {
+ cd $pkgname-${_commit}*
+ 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