[arch-commits] Commit in sagetex/repos (2 files)
Antonio Rojas
arojas at gemini.archlinux.org
Fri Dec 3 22:18:30 UTC 2021
Date: Friday, December 3, 2021 @ 22:18:30
Author: arojas
Revision: 1064897
archrelease: copy trunk to community-staging-any
Added:
sagetex/repos/community-staging-any/
sagetex/repos/community-staging-any/PKGBUILD
(from rev 1064896, sagetex/trunk/PKGBUILD)
----------+
PKGBUILD | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
Copied: sagetex/repos/community-staging-any/PKGBUILD (from rev 1064896, sagetex/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2021-12-03 22:18:30 UTC (rev 1064897)
@@ -0,0 +1,18 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=sagetex
+pkgver=3.6
+pkgrel=2
+pkgdesc='Allows to embed code, results of computations, and plots from SageMath into LaTeX documents'
+arch=(any)
+url='https://github.com/sagemath/sagetex'
+license=(GPL2)
+depends=(sagemath texlive-core)
+source=(https://github.com/sagemath/sagetex/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('26df48534bb22c89874e7afd2ae211568c5a324c651eb2ac0c18580370de93f5')
+
+package() {
+ cd $pkgname-$pkgver
+
+ python setup.py install --root "$pkgdir" --optimize=1
+}
More information about the arch-commits
mailing list