Commit a2e927c4 authored by Ed Reel's avatar Ed Reel Committed by GitHub

Merge pull request #1616 from duckunix/new-prog-snooze

Add snooze package
parents 647cfc88 90a1ba0b
require 'package'
class Snooze < Package
description 'run a command at a particular time'
homepage 'https://github.com/chneukirchen/snooze/'
version '0.2'
source_url 'https://github.com/chneukirchen/snooze/archive/v0.2.tar.gz'
source_sha256 '69242bb1534b11b569dfd1535aca20e3e6be95c6285aff1ccf612b2a9f906a1a'
binary_url ({
})
binary_sha256 ({
})
def self.build
system 'make', "PREFIX=#{CREW_PREFIX}"
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