mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
New package: threejs-sage-r122
This commit is contained in:
parent
479baab1bf
commit
61273487f7
2 changed files with 17 additions and 0 deletions
16
srcpkgs/threejs-sage/template
Normal file
16
srcpkgs/threejs-sage/template
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# Template file for 'threejs-sage'
|
||||||
|
pkgname=threejs-sage
|
||||||
|
version=r122
|
||||||
|
revision=1
|
||||||
|
short_desc="Custom build of three.js for sagemath"
|
||||||
|
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/sagemath/threejs-sage/"
|
||||||
|
distfiles="https://github.com/sagemath/threejs-sage/archive/refs/tags/${version}.tar.gz"
|
||||||
|
checksum=718767ab55876a3e957d1cfe89a322c6d9fa680fc737b9ca668aee6a3eac3bb8
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
vinstall version 644 usr/share/sagemath/threejs-sage
|
||||||
|
vinstall build/three.min.js 644 usr/share/sagemath/threejs-sage/$version
|
||||||
|
}
|
1
srcpkgs/threejs-sage/update
Normal file
1
srcpkgs/threejs-sage/update
Normal file
|
@ -0,0 +1 @@
|
||||||
|
site=https://mirrors.mit.edu/sage/spkg/upstream/threejs/
|
Loading…
Add table
Reference in a new issue