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
c10b9f36
Commit
c10b9f36
authored
4 years ago
by
Casey Strouse
Committed by
GitHub
4 years ago
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4762 from uberhacker/add-pre-built-binaries-g-x
Add pre-built binaries for packages g-x
parents
3e8f9cd3
8384847d
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
30 additions
and
1 deletion
+30
-1
packages/graphicsmagick.rb
packages/graphicsmagick.rb
+13
-0
packages/lftp.rb
packages/lftp.rb
+8
-0
packages/xwayland.rb
packages/xwayland.rb
+1
-1
packages/youtubedl.rb
packages/youtubedl.rb
+8
-0
No files found.
packages/graphicsmagick.rb
View file @
c10b9f36
...
@@ -8,6 +8,19 @@ class Graphicsmagick < Package
...
@@ -8,6 +8,19 @@ class Graphicsmagick < Package
source_url
'http://ftp.icm.edu.pl/pub/unix/graphics/GraphicsMagick/1.3/GraphicsMagick-1.3.35.tar.gz'
source_url
'http://ftp.icm.edu.pl/pub/unix/graphics/GraphicsMagick/1.3/GraphicsMagick-1.3.35.tar.gz'
source_sha256
'd96d5ce2ef7e0e90166551e38742713728bfd33d6f18495a9ddda938700fc055'
source_sha256
'd96d5ce2ef7e0e90166551e38742713728bfd33d6f18495a9ddda938700fc055'
binary_url
({
aarch64:
'https://dl.bintray.com/chromebrew/chromebrew/graphicsmagick-1.3.35-chromeos-armv7l.tar.xz'
,
armv7l:
'https://dl.bintray.com/chromebrew/chromebrew/graphicsmagick-1.3.35-chromeos-armv7l.tar.xz'
,
i686:
'https://dl.bintray.com/chromebrew/chromebrew/graphicsmagick-1.3.35-chromeos-i686.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/graphicsmagick-1.3.35-chromeos-x86_64.tar.xz'
,
})
binary_sha256
({
aarch64:
'd9ed09c58b7704161c7047edde788c7e505319531dc43e730523ce92396644f3'
,
armv7l:
'd9ed09c58b7704161c7047edde788c7e505319531dc43e730523ce92396644f3'
,
i686:
'c1b3247291a28df4aa768ac7226214c3d1e63700ad97103fe3c6a00c6d157dd3'
,
x86_64:
'0e5058139fd5c7a715fb8c182b82883fea66623c8029cf9d6bac9e3b51fd7a9e'
,
})
depends_on
'docutils'
depends_on
'docutils'
depends_on
'freetype'
depends_on
'freetype'
depends_on
'ghostscript'
depends_on
'ghostscript'
...
...
This diff is collapsed.
Click to expand it.
packages/lftp.rb
View file @
c10b9f36
...
@@ -9,8 +9,16 @@ class Lftp < Package
...
@@ -9,8 +9,16 @@ class Lftp < Package
source_sha256
'c517c4f4f9c39bd415d7313088a2b1e313b2d386867fe40b7692b83a20f0670d'
source_sha256
'c517c4f4f9c39bd415d7313088a2b1e313b2d386867fe40b7692b83a20f0670d'
binary_url
({
binary_url
({
aarch64:
'https://dl.bintray.com/chromebrew/chromebrew/lftp-4.9.2-chromeos-armv7l.tar.xz'
,
armv7l:
'https://dl.bintray.com/chromebrew/chromebrew/lftp-4.9.2-chromeos-armv7l.tar.xz'
,
i686:
'https://dl.bintray.com/chromebrew/chromebrew/lftp-4.9.2-chromeos-i686.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/lftp-4.9.2-chromeos-x86_64.tar.xz'
,
})
})
binary_sha256
({
binary_sha256
({
aarch64:
'370398386c9df785c8f13dce8f1d25313bfb5a5f0a472e4abd14664abcae51aa'
,
armv7l:
'370398386c9df785c8f13dce8f1d25313bfb5a5f0a472e4abd14664abcae51aa'
,
i686:
'07e9ced116f2c5cec2f1a05b866493ba8df967cc7af2d7703a50224e3242e85a'
,
x86_64:
'd8df0155b54627beb280cc208d40c6f702a1aa970e9863ac17c154d9f478d9db'
,
})
})
def
self
.
build
def
self
.
build
...
...
This diff is collapsed.
Click to expand it.
packages/xwayland.rb
View file @
c10b9f36
...
@@ -17,7 +17,7 @@ class Xwayland < Package
...
@@ -17,7 +17,7 @@ class Xwayland < Package
binary_sha256
({
binary_sha256
({
aarch64:
'8235123cf2269d5b69528739ca055100156654452e74126454cb34a0823c8bbb'
,
aarch64:
'8235123cf2269d5b69528739ca055100156654452e74126454cb34a0823c8bbb'
,
armv7l:
'8235123cf2269d5b69528739ca055100156654452e74126454cb34a0823c8bbb'
,
armv7l:
'8235123cf2269d5b69528739ca055100156654452e74126454cb34a0823c8bbb'
,
i686:
'
e6e305bd7f6f0e93fa670b403a600e06278391ae2fe731638007197b3ae7e404
'
,
i686:
'
4b60240cfef6a103b2398fc477defff93f51753ba2bec078e7477defc4d493f9
'
,
x86_64:
'3fc26b39b410c9bff20be53f2017cd4e21d2fa4b2c1a320be6632a6139f72189'
,
x86_64:
'3fc26b39b410c9bff20be53f2017cd4e21d2fa4b2c1a320be6632a6139f72189'
,
})
})
...
...
This diff is collapsed.
Click to expand it.
packages/youtubedl.rb
View file @
c10b9f36
...
@@ -9,8 +9,16 @@ class Youtubedl < Package
...
@@ -9,8 +9,16 @@ class Youtubedl < Package
source_sha256
'34f5f817bf82bb2f768bb3cf2460e7341e3df3cf8901ed00aebb9b97a308c980'
source_sha256
'34f5f817bf82bb2f768bb3cf2460e7341e3df3cf8901ed00aebb9b97a308c980'
binary_url
({
binary_url
({
aarch64:
'https://dl.bintray.com/chromebrew/chromebrew/youtubedl-2020.12.14-chromeos-armv7l.tar.xz'
,
armv7l:
'https://dl.bintray.com/chromebrew/chromebrew/youtubedl-2020.12.14-chromeos-armv7l.tar.xz'
,
i686:
'https://dl.bintray.com/chromebrew/chromebrew/youtubedl-2020.12.14-chromeos-i686.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/youtubedl-2020.12.14-chromeos-x86_64.tar.xz'
,
})
})
binary_sha256
({
binary_sha256
({
aarch64:
'dcb6599df3d676da65a142510428e4f05eda6c1d713d02eefe9024f26f51b78d'
,
armv7l:
'dcb6599df3d676da65a142510428e4f05eda6c1d713d02eefe9024f26f51b78d'
,
i686:
'0b80c2458c82cf40365ec8c1080e44accd065feb1a7c212db2603fc3af3a8e76'
,
x86_64:
'c1a343feeb52cb380eea8b134799d69d690fcea4103272c0c5c5a79f93e872e7'
,
})
})
def
self
.
install
def
self
.
install
...
...
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