1,983 bytes added
, 01:22, 26 January 2009
{{Infobox homebrewapp
| title = hbcxmlgen
| image =
| desc = Bash script for meta.xml creation.
| type = PC utility
| license = GPLv3
| author = [[User:Mcpancakes|mcpancakes]]
| display =
| version = r1
| download = [http://www.mediafire.com/?zyzdmxd1ztk hbcxmlgen-r1.tar.gz]
| source = It's a script.
| website =
| peripherals =
| hbc =
| hbb =
| dangerous =
| caution =
| fakesigns =
}}
'''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 ==
<pre>
+---------------+
| 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!
</pre>
== Note ==
[[HBCXMLGen]] is [[User:Pinecone|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 ;)
[[Category: Homebrew applications]]