Repository URL to install this package:
| 
      
        
        
        Version: 
        
         
          
          1.0  ▾
        
         | 
if [ ! -f .version ]
then
    echo 1
else
    expr 0`cat .version` + 1
fi