Skip to content

Instantly share code, notes, and snippets.

@Eloitor
Last active August 17, 2021 19:29
Show Gist options
  • Select an option

  • Save Eloitor/1f2d0c5e61ee9b4a6b9a2a53e7f2d14a to your computer and use it in GitHub Desktop.

Select an option

Save Eloitor/1f2d0c5e61ee9b4a6b9a2a53e7f2d14a to your computer and use it in GitHub Desktop.
sage
# Template file for 'sage'
pkgname=sage
version=9.3
revision=1
#archs="i686 x86_64"
#wrksrc=
#create_wrksrc=yes
build_style=gnu-configure
#configure_args=""
#make_build_args=""
#make_install_args=""
#conf_files=""
#make_dirs="/var/log/dir 0755 root root"
hostmakedepends=""
makedepends="python3 tar"
depends=""
short_desc="Open Source Mathematics Software, free alternative to Magma, Maple, Mathematica, and Matlab"
maintainer="Eloi Torrents <eloitorrentsj@gmail.com>"
license="GPL-3.0-or-later"
homepage="http://www.sagemath.org"
distfiles="https://github.com/sagemath/sage/archive/${version}/${pkgname}-${version}.tar.gz"
checksum=d3b104a83e140cda563ae0b44fa3ec2b3545660f120fab78dde6ceb5fb1ed991
do_configure() {
pwd
./configure
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment