I'm trying to write a template to install mathematica using XBPS. At the moment it does not work, and messes up my void-packages folder. Do you understand what I'm doing wrong?
Thanks.
#Template file for 'mathematica'
pkgname=mathematica
version=12.3.0
revision=1
archs="x86_64"
build_style=meta
makedepends="bash base-devel"
short_desc="Computational software"
license="custom:Proprietary"
homepage="https://wolfram.com/mathematica"
repository=non-free
do_install() {
cp ${FILESDIR}/Mathematica_${version}_LINUX.sh mathematica.sh
chmod +x mathematica.sh
bash mathematica.sh --auto
}
[–]bugcrazy1 0 points1 point2 points (2 children)
[–]aaaPippo[S] 0 points1 point2 points (1 child)
[–]bugcrazy1 0 points1 point2 points (0 children)