summaryrefslogtreecommitdiff
path: root/support/pkgcheck/quick_intro.txt
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /support/pkgcheck/quick_intro.txt
Initial commit
Diffstat (limited to 'support/pkgcheck/quick_intro.txt')
-rw-r--r--support/pkgcheck/quick_intro.txt24
1 files changed, 24 insertions, 0 deletions
diff --git a/support/pkgcheck/quick_intro.txt b/support/pkgcheck/quick_intro.txt
new file mode 100644
index 0000000000..ae2d1a4dea
--- /dev/null
+++ b/support/pkgcheck/quick_intro.txt
@@ -0,0 +1,24 @@
+
+You want to check your package before uploading to CTAN?
+
+
+1. Build the zip archive
+
+2. Make sure your umask is set to 022
+
+3. Assuming your package's name is mypkg and your zip archive is mypkg.zip
+
+ Unpack mypkg.zip (which should contain a top level directory mypkg/),
+ so that you obtain again a directory mypkg/ containing the files of your package.
+
+ unzip mypkg.zip
+
+ Now run `pkgcheck`
+
+ `pkgcheck -d mypkg`
+
+
+If you want to check URLs in README file run
+
+ `pkgcheck --urlcheck -d mypkg`
+