15 lines
301 B
Plaintext
Executable File
15 lines
301 B
Plaintext
Executable File
#!/usr/bin/env modbuild
|
|
|
|
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::make_all
|
|
|
|
# Local Variables:
|
|
# mode: sh
|
|
# sh-basic-offset: 8
|
|
# tab-width: 8
|
|
# End:
|