Commit 80abb314 authored by lyxell's avatar lyxell Committed by GitHub

Merge pull request #445 from cstrouse/add-screenfetch

Add screenfetch (3.7.0) package
parents b8a084ec fff3cd11
require 'package'
class Screenfetch < Package
version '3.7.0'
source_url 'https://github.com/KittyKatt/screenFetch/archive/v3.7.0.tar.gz'
source_sha1 '5a3702504e154335e372df56e4cb621840dc5506'
def self.build
end
def self.install
system "install -D screenfetch-dev #{CREW_DEST_DIR}/usr/local/bin/screenfetch"
system "install -D screenfetch.1 #{CREW_DEST_DIR}/usr/local/man/man1/screenfetch.1"
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