summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYour Name2023-06-27 23:43:05 +0800
committerYour Name2023-06-27 23:43:05 +0800
commite3c4224183147655edd103ab61f7d8d6fe3fdbfa (patch)
tree69335504b799a44111e0acd2d331b776394b9385
downloadaur-e3c4224183147655edd103ab61f7d8d6fe3fdbfa.tar.gz
update
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD14
2 files changed, 25 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..02750fdd15a1
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,11 @@
+pkgbase = matlab-documentation
+ pkgdesc = MATLAB documentation
+ pkgver = 9.14
+ pkgrel = 1
+ url = https://www.mathworks.com/help/releases/R2023a/install/ug/install-documentation-on-offline-machines.html
+ arch = any
+ license = custom
+ source = local://R2023a_Doc_Linux.iso
+ md5sums = 8e8018a3396d5af9e18aff6d1d1e6832
+
+pkgname = matlab-documentation
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..bb34f25afdbe
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,14 @@
+pkgname=matlab-documentation
+pkgver=9.14
+pkgrel=1
+pkgdesc="MATLAB documentation"
+arch=('any')
+url="https://www.mathworks.com/help/releases/R2023a/install/ug/install-documentation-on-offline-machines.html"
+license=('custom')
+source=('local://R2023a_Doc_Linux.iso')
+md5sums=('8e8018a3396d5af9e18aff6d1d1e6832')
+
+package() {
+ mkdir -p $pkgdir/opt/MATLAB/R2023a
+ $srcdir/bin/glnxa64/mpm install-doc --matlabroot="/opt/MATLAB/R2023a" --destination="$pkgdir/opt/MATLAB/R2023a"
+}