summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-02-13 23:21:35 (EST)
committer P. J. McDermott <pjm@nac.net>2012-02-13 23:21:35 (EST)
commit51b62973123be8f5b3198f99f8aef942ad4f5cff (patch)
treec7c3190a19fd02b1231ab8f8aadfb4b01212fdee /README
parent59001fee8367ef26689c42115ea9d219c2973071 (diff)
Write a 'README' file.
Diffstat (limited to 'README')
-rw-r--r--README37
1 files changed, 37 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..59c497a
--- /dev/null
+++ b/README
@@ -0,0 +1,37 @@
+opkhelper - opkg build helper tools
+
+A set of programs to assist in building binary packages installable by the
+lightweight package manager "opkg" [1]. These tools are inspired by "debhelper"
+[2], a similar set of programs written primarily by Joey Hess for Debian. They
+are designed to build source packages that comply with draft version 1.0 of this
+source package format:
+ <http://wiki.os.pehjota.net/specs/source_package_format_1.0>
+
+ 1: <https://code.google.com/p/opkg/>
+ 2: <http://kitenet.net/~joey/code/debhelper/>
+
+
+Web Site
+========
+
+opkhelper may be found on the Web at:
+ <http://www.pehjota.net/projects/opkhelper/>
+
+
+Source Repository
+=================
+
+Browse the opkhelper Git repository on the Web at:
+ <http://odin1.pehjota.net/git/opkhelper/>
+
+Anonymously clone the opkhelper Git repository at:
+ <git://odin1.pehjota.net/opkhelper.git>
+
+
+Maintainer
+==========
+
+Send questions, comments, bug reports, patches, Git pull requests, and/or money
+to P. J. McDermott:
+ <mailto:pjm@nac.net>
+ <http://www.pehjota.net/contact.html>