Commit 6589cc8c authored by Ed Reel's avatar Ed Reel

Use latest archive instead of 'throw away' release

parent ef70a29a
...@@ -3,14 +3,15 @@ require 'package' ...@@ -3,14 +3,15 @@ require 'package'
class Compressdoc < Package class Compressdoc < Package
description 'Compress (with bzip2 or gzip) all man pages in a hierarchy and update symlinks' description 'Compress (with bzip2 or gzip) all man pages in a hierarchy and update symlinks'
homepage 'https://github.com/ojab/BLFS/blob/master/auxfiles/compressdoc' homepage 'https://github.com/ojab/BLFS/blob/master/auxfiles/compressdoc'
version '8.0' version '9b2b12'
source_url 'https://github.com/ojab/BLFS/archive/8.0.tar.gz' source_url 'https://github.com/ojab/BLFS/archive/9b2b12c0d809e287e1ea3fa4790a73a71feffbe4.zip'
source_sha1 '1a4bcb8bd771701e91d9d525d8348dd6ec1c7db8' source_sha1 'dd55e750128972ffd1022808b1b26cff2de242b1'
depends_on 'unzip'
def self.install def self.install
system "wget https://raw.githubusercontent.com/ojab/BLFS/master/auxfiles/compressdoc" system "chmod +x auxfiles/compressdoc"
system "chmod +x compressdoc"
system "mkdir -p #{CREW_DEST_DIR}/usr/local/bin" system "mkdir -p #{CREW_DEST_DIR}/usr/local/bin"
system "cp compressdoc #{CREW_DEST_DIR}/usr/local/bin" system "cp auxfiles/compressdoc #{CREW_DEST_DIR}/usr/local/bin"
end end
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