Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
chromebrew
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
chromebrew
Commits
8c8e7adc
Commit
8c8e7adc
authored
7 years ago
by
lyxell
Committed by
GitHub
7 years ago
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1177 from cstrouse/update-screenfetch
Update screenfetch from 3.7.0 to 3.8.0
parents
9242605a
62b8ed20
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
13 deletions
+5
-13
packages/screenfetch.rb
packages/screenfetch.rb
+5
-13
No files found.
packages/screenfetch.rb
View file @
8c8e7adc
...
...
@@ -3,28 +3,20 @@ require 'package'
class
Screenfetch
<
Package
description
'Fetches system/theme information in terminal for Linux desktop screenshots.'
homepage
'https://github.com/KittyKatt/screenFetch'
version
'3.
7
.0'
source_url
'https://github.com/KittyKatt/screenFetch/archive/v3.
7
.0.tar.gz'
source_sha256
'
6711fe924833919d53c1dfbbb43f3777d33e20357a1b1536c4472f6a1b3c6be0
'
version
'3.
8
.0'
source_url
'https://github.com/KittyKatt/screenFetch/archive/v3.
8
.0.tar.gz'
source_sha256
'
248283ee3c24b0dbffb79ed685bdd518554073090c1c167d07ad2a729db26633
'
binary_url
({
aarch64:
'https://dl.bintray.com/chromebrew/chromebrew/screenfetch-3.7.0-chromeos-armv7l.tar.xz'
,
armv7l:
'https://dl.bintray.com/chromebrew/chromebrew/screenfetch-3.7.0-chromeos-armv7l.tar.xz'
,
i686:
'https://dl.bintray.com/chromebrew/chromebrew/screenfetch-3.7.0-chromeos-i686.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/screenfetch-3.7.0-chromeos-x86_64.tar.xz'
,
})
binary_sha256
({
aarch64:
'ae230a5057261354e7ff68120509b9fa4792b5af22b5652d313b00e54b9cdbca'
,
armv7l:
'ae230a5057261354e7ff68120509b9fa4792b5af22b5652d313b00e54b9cdbca'
,
i686:
'07ed19dfd9ca9cd1aa10f8344c35bd898dda10c830c03b41aaa9a900a6765e72'
,
x86_64:
'b362fecc330686e6cf334a1ecc2a33f79b19add1d266200ad1d0ff78c4243693'
,
})
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"
system
"install -D screenfetch-dev
#{
CREW_DEST_
PREFIX
}
/bin/screenfetch"
system
"install -D screenfetch.1
#{
CREW_DEST_
PREFIX
}
/man/man1/screenfetch.1"
end
end
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment