public
Description: Random number generation for common lisp
Homepage: http://code.google.com/p/cl-randist/
Clone URL: git://github.com/lvaruzza/cl-randist.git
cl-randist / make-dist.sh
100755 11 lines (9 sloc) 0.291 kb
1
2
3
4
5
6
7
8
9
10
11
version=0.4.2
if [ -d cl-randist-$version ]; then
rm -Rf cl-randist-$version
fi
 
mkdir cl-randist-$version
cp *.lisp cl-randist.asd cl-randist.html cl-randist-$version
tar czvf cl-randist-$version.tar.gz cl-randist-$version
rm -Rf cl-randist-$version
gpg -a -b cl-randist-$version.tar.gz