summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Davis <jrcd83@gmail.com>2012-06-02 19:43:11 +0200
committerJustin Davis <jrcd83@gmail.com>2012-06-02 19:43:11 +0200
commitd1155b9d2fc3324983e995740b0c909b2d45648f (patch)
tree1262933c40af387ac06a9fe210e2764dd9eb7631
parent30f7065a7ca8b14a3a5a6397afc09b832fc86a00 (diff)
downloadgenpkg-d1155b9d2fc3324983e995740b0c909b2d45648f.tar.gz
genpkg-d1155b9d2fc3324983e995740b0c909b2d45648f.tar.xz
Start of README file.
-rw-r--r--README29
1 files changed, 29 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..6b37427
--- /dev/null
+++ b/README
@@ -0,0 +1,29 @@
+genpkg
+A next generation package generator generator!
+jrcd83@gmail.com
+
+INSTALLATION
+
+genpkg is installed under the home directory. Sorry if you don't like it but
+adjusting things so it would work system-wide is not high on my priorities
+just yet. A directory called ~/.genpkg is created which contains the preps/
+dir contents and a var/ directory for storing data files (like perl module
+indices).
+
+Scripts inside the bin/ directory of the source distribution for genpkg are
+installed under ~/bin. For genpkg to work you must have the dir containing
+the scripts in your $PATH. The included setup script will copy files into
+their proper place.
+
+Run ``./setup genpkg'' to install the bin/ scripts and initialize the ~/.genpkg
+directory. This also installs the preps/ scripts under ~/.genpkg. The setup
+script will create a ~/pkg/dest directory, the default location where package
+files like PKGBUILD are created.
+
+Run ``./setup mods'' to install the modification scripts from the mods/
+directory to ~/pkg/mods.
+
+CONTACT
+
+Questions? Comments? Loathing? Send me email.
+Justin "juster" Davis <jrcd83@gmail.com>