Sha256: ef6854032718964e689959f09ed2ae5d99bcda3d53063b97f93f14c1a46f0321

Contents?: true

Size: 788 Bytes

Versions: 1

Compression:

Stored size: 788 Bytes

Contents

#!/usr/bin/env ruby
#
# Author:: R.J.Sharp
# Email:: robert(a)osburn-sharp.ath.cx
# Copyright:: Copyright (c) 2012 
# License:: Open Software Licence v3.0
#
# This software is licensed for use under the Open Software Licence v. 3.0
# The terms of this licence can be found at http://www.opensource.org/licenses/osl-3.0.php
# and in the file LICENCE. Under the terms of this licence, all derivative works
# must themselves be licensed under the Open Software Licence v. 3.0
#
# 
require 'rubygems'

# a general client for the jemplayer service

require 'jeni'


Jeni::Installer.new_from_gem('jeeves-pvr') do |jenny|
  jenny.optparse(ARGV)
  
  jenny.file('etc/jerbil/jeeves.rb', '/etc/jerbil/jeeves.rb')   
  #jenny.file('bin/jeeves.wrapper', '/usr/bin/jeeves', :chmod=>0755)    

end.run!

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jeeves-pvr-0.2.0 bin/jeeves-install