Add builder script

This commit is contained in:
Joshua Boniface 2018-06-17 15:39:54 -04:00
parent b710273625
commit 40e21e7534
1 changed files with 7 additions and 0 deletions

7
build.sh Executable file
View File

@ -0,0 +1,7 @@
#!/bin/sh
ver="0.1"
git pull
rm ../pvc_*
dh_make -p pvc_${ver} --createorig
dpkg-buildpackage -us -uc
dh_clean