Commit 0fd11479 authored by Chris Thurber's avatar Chris Thurber Committed by GitHub

Merge pull request #2231 from uberhacker/add-alive-package

Add alive package
parents 86247699 65e6f817
require 'package'
class Alive < Package
description 'Automatic login and keep-alive utility for Internet connections.'
homepage 'https://www.gnu.org/software/alive/'
version '2.0.2'
source_url 'https://ftpmirror.gnu.org/alive/alive-2.0.2.tar.xz'
source_sha256 '120dd9ef361833623be353ad8cfac585abae51a16fedd3a84f1d99a842793fef'
binary_url ({
})
binary_sha256 ({
})
depends_on 'guile'
def self.build
system "./configure --prefix=#{CREW_PREFIX}"
system 'make'
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