Commit 20eafba7 authored by Ed Reel's avatar Ed Reel

Add entr package

parent 0cd45ebe
require 'package'
class Entr < Package
description 'Run arbitrary commands when files change'
homepage 'http://entrproject.org/'
version '3.9'
source_url 'http://entrproject.org/code/entr-3.9.tar.gz'
source_sha256 '02d78f18ae530e64bfbb9d8e0250962f85946e10850dd065899d03af15f26876'
binary_url ({
})
binary_sha256 ({
})
def self.build
system 'cp Makefile.linux Makefile'
system "PREFIX=#{CREW_PREFIX} 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