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
797fa92f
Commit
797fa92f
authored
Mar 21, 2021
by
saltedcoffii
Committed by
GitHub
Mar 21, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix problems from crew-license-framework (#5459)
* Fix antlr4 * fix binclock * fix libva * Fix putsing of license
parent
5ea0d3f5
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
crew
crew
+2
-2
packages/antlr4.rb
packages/antlr4.rb
+2
-2
packages/binclock.rb
packages/binclock.rb
+1
-1
packages/libva.rb
packages/libva.rb
+1
-1
No files found.
crew
View file @
797fa92f
...
...
@@ -128,8 +128,8 @@ def print_current_package (extra = false)
if
extra
puts
""
puts
@
pkg
.
homepage
if
@
pkg
.
homepage
p
rint
"Version: #{@pkg.version}"
p
uts
@
pkg
.
license
if
@
pkg
.
license
p
uts
"Version: #{@pkg.version}"
p
rint
"License: #{@pkg.license}"
if
@
pkg
.
license
end
puts
""
end
...
...
packages/antlr4.rb
View file @
797fa92f
...
...
@@ -4,7 +4,7 @@ class Antlr4 < Package
description
'ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files.'
homepage
'https://www.antlr.org/'
version
'4.7.1'
lic
ne
se
'BSD'
lic
en
se
'BSD'
compatibility
'all'
source_url
'https://raw.githubusercontent.com/antlr/antlr4/4.7.1/README.md'
source_sha256
'70a58ea4c4f5ed23306313782bc13f36c3529d9a990e95ab273d5deed9286d4f'
...
...
@@ -17,7 +17,7 @@ class Antlr4 < Package
depends_on
'jdk8'
def
self
.
install
system
'curl -#LO
'
https
:/
/
www
.
antlr
.
org
/
download
/
antlr
-
4.7
.
1
-
complete
.
jar
'
system
'curl -#LO https://www.antlr.org/download/antlr-4.7.1-complete.jar'
abort
'Checksum mismatch. :/ Try again.'
.
lightred
unless
Digest
::
SHA256
.
hexdigest
(
File
.
read
(
'antlr-4.7.1-complete.jar'
)
)
==
'f41dce7441d523baf9769cb7756a00f27a4b67e55aacab44525541f62d7f6688'
system
"install -Dm644 antlr-4.7.1-complete.jar
#{
CREW_DEST_LIB_PREFIX
}
/antlr-4.7.1-complete.jar"
end
...
...
packages/binclock.rb
View file @
797fa92f
...
...
@@ -4,7 +4,7 @@ class Binclock < Package
description
'Ncurses clock, with time displayed in colourful binary'
homepage
'https://github.com/JohnAnthony/Binary-Clock'
version
'3883e8'
lic
ne
se
'GPL-2'
lic
en
se
'GPL-2'
compatibility
'all'
source_url
'https://github.com/JohnAnthony/Binary-Clock/archive/3883e8876576a45162b9a128d8317b20f98c5140.tar.gz'
source_sha256
'e8caa26437301c70bf9840901db9e46d32b99c0ec8b442562f96390e28f35408'
...
...
packages/libva.rb
View file @
797fa92f
...
...
@@ -5,7 +5,7 @@ class Libva < Package
homepage
'https://01.org/linuxmedia'
@_ver
=
'2.10.0'
version
"
#{
@_ver
}
-1"
li
ec
nse
'MIT'
li
ce
nse
'MIT'
compatibility
'all'
source_url
"https://github.com/intel/libva/releases/download/
#{
@_ver
}
/libva-
#{
@_ver
}
.tar.bz2"
source_sha256
'fa81e35b50d9818fce5ec9eeeeff08a24a8864ceeb9a5c8e7ae4446eacfc0236'
...
...
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