Misc shell code
This commit is contained in:
11
scripts/mkrelease.sh
Normal file
11
scripts/mkrelease.sh
Normal file
@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
cd /tmp
|
||||
rm -rf hs-plugins-0.9.10*
|
||||
|
||||
darcs get --set-scripts-executable /home/dons/hs-plugins
|
||||
cd hs-plugins
|
||||
rm -rf _darcs
|
||||
cd ..
|
||||
mv hs-plugins hs-plugins-0.9.10
|
||||
tar czf hs-plugins-0.9.10.tar.gz hs-plugins-0.9.10
|
@ -2,11 +2,11 @@
|
||||
|
||||
COMMENT= "dynamic link library for Haskell"
|
||||
|
||||
V= 0.9.8
|
||||
V= 0.9.10
|
||||
DISTNAME= hs-plugins-${V}
|
||||
CATEGORIES= devel
|
||||
MAINTAINER= Don Stewart <dons@openbsd.org>
|
||||
HOMEPAGE= http://www.cse.unsw.edu.au/~dons/hs-plugins-0.9.8/
|
||||
HOMEPAGE= http://www.cse.unsw.edu.au/~dons/hs-plugins/
|
||||
MASTER_SITES= ${HOMEPAGE}
|
||||
|
||||
MODULES= ghc
|
||||
|
Reference in New Issue
Block a user