diff --git a/builder-product.cfg b/builder-product.cfg new file mode 100644 index 0000000..5de24f5 --- /dev/null +++ b/builder-product.cfg @@ -0,0 +1,23 @@ +############################ +# Setup product information +############################ +PN="notepadpp" +VERSION="5.9.8" +RELEASE="4" +PRIORITY="0" +ADVICE="" +TYPE="public" + +# Status integration, testing, release +STATUS="review" + +ICON_FILE_INDEX=0 + +FILE[0]="notepad.png" +SOURCE[0]="http://www.haririalghazir.com/wp-content/uploads/2011/03/notepad.png" +WINST[0]=IconFile + +FILE[1]="npp.${VERSION}.Installer.exe" +SOURCE[1]="http://download.tuxfamily.org/notepadplus/${VERSION}/npp.${VERSION}.Installer.exe" +ARCH[1]="X86" +WINST[1]="InstallerExe" diff --git a/builder-targets-cb.sh b/builder-targets-cb.sh new file mode 100644 index 0000000..227d3eb --- /dev/null +++ b/builder-targets-cb.sh @@ -0,0 +1,4 @@ +function cleanup() { + echo "Cleanup: output_dir: $output_dir" + # builder_cleanup +}