Commit aaf22add authored by saltedcoffii's avatar saltedcoffii Committed by GitHub

[New Package] tcsh (#4903)

parent 0a2f5c62
require 'package'
class Tcsh < Package
description 'tcsh is a csh compatible shell with file name completion and command line editing.'
homepage 'https://www.tcsh.org/'
version '6.22.03'
compatibility 'all'
source_url 'https://astron.com/pub/tcsh/tcsh-6.22.03.tar.gz'
source_sha256 'be2cfd653d2a0c7f506d2dd14c12324ba749bd484037be6df44a3973f52262b7'
def self.build
system "./configure #{CREW_OPTIONS}"
system "make"
end
def self.install
system "make", "DESTDIR=#{CREW_DEST_DIR}", "install"
end
def self.check
system "make", "check"
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