diff --git a/srcpkgs/putty/template b/srcpkgs/putty/template
new file mode 100644
index 0000000000..71c7627177
--- /dev/null
+++ b/srcpkgs/putty/template
@@ -0,0 +1,19 @@
+# Template file for 'putty'
+pkgname=putty
+version=0.63
+revision=1
+build_style=gnu-configure
+hostmakedepends="pkg-config"
+makedepends="gtk+-devel"
+short_desc="A Free Telnet/SSH Client"
+maintainer="Juan RP <xtraeme@gmail.com>"
+license="MIT"
+homepage="http://www.chiark.greenend.org.uk/~sgtatham/putty/"
+distfiles="http://the.earth.li/~sgtatham/putty/latest/putty-${version}.tar.gz"
+checksum=81e8eaaf31be7d9a46b4f3fb80d1d9540776f142cd89d0a11f2f8082dc68f8b5
+
+putty_package() {
+	pkg_install() {
+		vmove all
+	}
+}