Commit d1b83129 authored by Ed Reel's avatar Ed Reel

Add putty package

parent 61ea41d6
require 'package'
class Putty < Package
description 'Free Telnet, SSH, and Rlogin clients plus a terminal emulator'
homepage 'https://www.chiark.greenend.org.uk/~sgtatham/putty/'
version '0.70'
source_url 'https://the.earth.li/~sgtatham/putty/latest/putty-0.70.tar.gz'
source_sha256 'bb8aa49d6e96c5a8e18a057f3150a1695ed99a24eef699e783651d1f24e7b0be'
def self.build
system './configure --without-gtk'
system 'make'
end
def self.install
system "make", "DESTDIR=#{CREW_DEST_DIR}", "install"
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment