Tools/gnuplot

- build-script reviewed
- shebang in modulefile fixed
This commit is contained in:
2018-10-11 11:03:09 +02:00
parent 783c3dc0ab
commit b30b0f40cb
2 changed files with 5 additions and 3 deletions

View File

@@ -2,8 +2,10 @@
pbuild::add_to_group 'Tools'
pbuild::set_download_url "https://sourceforge.net/projects/gnuplot/files/$P/$V/$P-$V.tar.gz"
pbuild::set_docfiles 'Copyright' 'ChangeLog' 'NEWS' 'README'
pbuild::set_download_url \
"https://sourceforge.net/projects/gnuplot/files/$P/$V/$P-$V.tar.gz" \
'1515f000bd373aaa53b16183f274189d4f5e0ae47d22f434857933d16a4770cb'
pbuild::install_docfiles 'Copyright' 'ChangeLog' 'NEWS' 'README'
pbuild::make_all

View File

@@ -1,4 +1,4 @@
#%PModule
#%Pmodule
module-whatis "portable command-line driven graphing utility"
module-url "http://www.gnuplot.info/"