--- /dev/null
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/wgetpaste
--- /dev/null
+# Description: Pipe commands to paste to a site.
+# URL: http://wgetpaste.zlin.dk/
+# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
+# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org
+# Depends on: bash
+
+name=wgetpaste
+version=2.13
+release=1
+source=(http://wgetpaste.zlin.dk/$name-$version.tar.bz2)
+
+build() {
+ # adjust including files as per http://wgetpaste.zlin.dk/inst.bash
+ cd $name-$version
+ install -d $PKG/usr/bin
+ cat $name _$name > $PKG/usr/bin/$name
+ chmod +x $PKG/usr/bin/$name
+}