summaryrefslogtreecommitdiffstats
path: root/tupkg/client
diff options
context:
space:
mode:
authoreric <eric>2004-06-13 20:15:49 +0200
committereric <eric>2004-06-13 20:15:49 +0200
commit569216db792249ba470a2371fc3ad72c79a567cd (patch)
treef6889d321013508dc647f1febce953820a5d09d8 /tupkg/client
parent36d0b810ad8de99337e3993de84087ae5878b2ec (diff)
downloadaur-569216db792249ba470a2371fc3ad72c79a567cd.tar.gz
aur-569216db792249ba470a2371fc3ad72c79a567cd.tar.xz
initial import
Diffstat (limited to 'tupkg/client')
-rwxr-xr-xtupkg/client/tupkg19
1 files changed, 19 insertions, 0 deletions
diff --git a/tupkg/client/tupkg b/tupkg/client/tupkg
new file mode 100755
index 00000000..ab42b437
--- /dev/null
+++ b/tupkg/client/tupkg
@@ -0,0 +1,19 @@
+#!/usr/bin/python -O
+#
+# Description:
+# ------------
+# This is the client-side portion of the Trusted User package
+# manager. The TUs will use this program to upload packages into
+# the AUR. For more information, see the ../README.txt file.
+#
+# Python Indentation:
+# -------------------
+# Use tabs not spaces. If you use vim, the following comment will
+# configure it to use tabs.
+# vim: ts=2 sw=2 noet ft=python
+#
+
+
+
+# TODO write the code
+#