[arch-commits] Commit in sagetex/repos (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Thu Nov 12 18:50:16 UTC 2020
Date: Thursday, November 12, 2020 @ 18:50:15
Author: foutrelis
Revision: 753208
archrelease: copy trunk to community-staging-any
Added:
sagetex/repos/community-staging-any/
sagetex/repos/community-staging-any/PKGBUILD
(from rev 753207, sagetex/trunk/PKGBUILD)
----------+
PKGBUILD | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
Copied: sagetex/repos/community-staging-any/PKGBUILD (from rev 753207, sagetex/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2020-11-12 18:50:15 UTC (rev 753208)
@@ -0,0 +1,18 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=sagetex
+pkgver=3.5
+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=('3a7454002ddff9bf862d139130c27de0416bbc2378e1f4de4eb50d805ee96779')
+
+package() {
+ cd $pkgname-$pkgver
+
+ python setup.py install --root "$pkgdir" --optimize=1
+}
More information about the arch-commits
mailing list