Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

Commit

Permalink
rpm2cpio 1.4 from FreeBSD Ports
Browse files Browse the repository at this point in the history
Closes Homebrew#12813.
Closes Homebrew#13094.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
codeman38 authored and eproxus committed Jul 18, 2012
1 parent 01b0cc5 commit 6f681c1
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions Library/Formula/rpm2cpio.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
require 'formula'

class Rpm2cpio < ScriptFileFormula
url 'http://www.iagora.com/~espel/rpm2cpio'
homepage 'http://www.iagora.com/~espel/rpm2cpio'
md5 '4840560d114b469ebf5a3eea690319fa'
version '0.1'
class Rpm2cpio < Formula
homepage 'http://www.freebsd.org/cgi/cvsweb.cgi/ports/archivers/rpm2cpio/'
url 'http://www.freebsd.org/cgi/cvsweb.cgi/~checkout~/ports/archivers/rpm2cpio/files/rpm2cpio?rev=1.4'
version '1.4'
sha1 '7bd6e848eed9444a4dacf9759cc195ca56ab19b2'

# Uses xz and lzma tools at runtime
depends_on 'xz'

def install
bin.install 'rpm2cpio?rev=1.4' => 'rpm2cpio'
end
end

0 comments on commit 6f681c1

Please sign in to comment.