Commit ad957552 authored by Casey Strouse's avatar Casey Strouse

Add xe (0.6.1) package

xe is a new tool for constructing command lines from file listings or
arguments, which includes the best features of xargs(1) and apply(1).

Tested on Samsung XE50013-K01US (x86_64).
parent 3c165a74
require 'package'
class Xe < Package
version '0.6.1'
source_url 'https://github.com/chneukirchen/xe/archive/v0.6.1.tar.gz'
source_sha1 '76c0a31c4d646314c3e92753a2fec3ae7cedad1d'
def self.build
system "make", "PREFIX=/usr/local"
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