diff options
author | Justin Davis <jrcd83@gmail.com> | 2012-06-02 19:43:11 +0200 |
---|---|---|
committer | Justin Davis <jrcd83@gmail.com> | 2012-06-02 19:43:11 +0200 |
commit | d1155b9d2fc3324983e995740b0c909b2d45648f (patch) | |
tree | 1262933c40af387ac06a9fe210e2764dd9eb7631 /README | |
parent | 30f7065a7ca8b14a3a5a6397afc09b832fc86a00 (diff) | |
download | genpkg-d1155b9d2fc3324983e995740b0c909b2d45648f.tar.gz genpkg-d1155b9d2fc3324983e995740b0c909b2d45648f.tar.xz |
Start of README file.
Diffstat (limited to 'README')
-rw-r--r-- | README | 29 |
1 files changed, 29 insertions, 0 deletions
@@ -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> |