diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2022-09-28 21:55:45 +0200 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2022-09-28 22:10:33 +0200 |
| commit | 2995865758bb8ed87750e455c4b5e31981603adc (patch) | |
| tree | d7246ec2c4908e654daac9542b3489cc529370aa /gnu/packages/javascript.scm | |
| parent | 1e7696a95b7bd4833364e6c14e0d733f108b4da5 (diff) | |
gnu: Add js-scianimator.
* gnu/packages/javascript.scm (js-scianimator): New variable.
Diffstat (limited to 'gnu/packages/javascript.scm')
| -rw-r--r-- | gnu/packages/javascript.scm | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/gnu/packages/javascript.scm b/gnu/packages/javascript.scm index 666a0aa4210..f0580eff8b7 100644 --- a/gnu/packages/javascript.scm +++ b/gnu/packages/javascript.scm | |||
| @@ -736,6 +736,29 @@ or for saving sensitive information that shouldn't be sent to an | |||
| 736 | external server.") | 736 | external server.") |
| 737 | (license license:expat))) | 737 | (license license:expat))) |
| 738 | 738 | ||
| 739 | (define-public js-scianimator | ||
| 740 | (package | ||
| 741 | (name "js-scianimator") | ||
| 742 | (version "1.4") | ||
| 743 | (source (origin | ||
| 744 | (method git-fetch) | ||
| 745 | (uri (git-reference | ||
| 746 | (url "https://github.com/brentertz/scianimator.git") | ||
| 747 | (commit version))) | ||
| 748 | (file-name (git-file-name name version)) | ||
| 749 | (sha256 | ||
| 750 | (base32 | ||
| 751 | "0b4r6z85gnsjagdchvf1pvrhylfiaidh701hna8jrm0l4kbb735x")))) | ||
| 752 | (build-system minify-build-system) | ||
| 753 | (arguments | ||
| 754 | '(#:javascript-files | ||
| 755 | (list "assets/js/jquery.scianimator.js"))) | ||
| 756 | (home-page "https://github.com/brentertz/scianimator") | ||
| 757 | (synopsis "Scientific image animator plugin for jQuery") | ||
| 758 | (description "SciAnimator provides a simple yet powerful interface for | ||
| 759 | animating a series of images.") | ||
| 760 | (license license:expat))) | ||
| 761 | |||
| 739 | (define-public mujs | 762 | (define-public mujs |
| 740 | (package | 763 | (package |
| 741 | (name "mujs") | 764 | (name "mujs") |
