Hbcxmlgen-bash
hbcxmlgen | |
General | |
---|---|
Author(s) | mcpancakes |
Type | PC utility |
Version | r1 |
License | GPLv3 |
Links | |
[[hbcxmlgen-r1.tar.gz|Download]] | |
Source |
hbcxmlgen is a Bash script for creating the Homebrew Channel's meta.xml files.
Along with just making the meta.xml file, it also
- can be installed to /usr/bin so you can run it from anywhere just by typing "hbcxmlgen"
- checks if meta.xml already exists in the current directory, and asks if you want to overwrite it
- notifies you if you need write permissions to write in the current directory before you enter all the meta.xml information
README
+---------------+ | hbcxmlgen | ---> by mcpancakes +---------------+ hbcxmlgen is a bash script for assisting in the creation of the Homebrew Channel's "meta.xml" files. If you run the installer, you get easy access to it no matter what your current working directory may be. +------------------+ | (Un)Installation | +------------------+ install.sh parameters: -i = install -u = uninstall $ sh install.sh -i |-u OR $ bash install.sh -i | -u +---------+ | Running | +---------+ Once installed: $ hbcxmlgen If not installed: $ ./hbcxmlgen.sh OR $ [dir of script]/hbcxmlgen.sh +----------+ | Feedback | +----------+ mc@mcpancakes.com This is the first "formal" release of any programming I've ever done, so feedback would be appreciated!
Note
HBCXMLGen is Pinecone's Java-based program that serves the same purpose as hbcxmlgen.
Pinecone: If you want me to change the name, just say so. It was yours first, after all ;)