diff --git a/Formula/t/timelimit.rb b/Formula/t/timelimit.rb new file mode 100644 index 00000000000..e45e87bfc27 --- /dev/null +++ b/Formula/t/timelimit.rb @@ -0,0 +1,36 @@ +class Timelimit < Formula + desc "Limit a process's absolute execution time" + homepage "https://devel.ringlet.net/sysutils/timelimit/" + url "https://devel.ringlet.net/files/sys/timelimit/timelimit-1.9.2.tar.gz" + sha256 "320a72770288b2deeb9abbd343f9c27afcb6190bb128ad2a1e1ee2a03a796d45" + license "BSD-2-Clause" + + livecheck do + url :homepage + regex(/latest release is .*?timelimit[._-]v?(\d+(?:\.\d+)+)&1", 143).chomp + end +end