mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -05:00
Crew: skip (#5713)
* crew: Add package file source_url SKIP option, clean up extractions in install * change /dev/null source_url to SKIP in all packages * uprev
This commit is contained in:
@@ -6,8 +6,7 @@ class Broadway < Package
|
||||
version 'gtk3.22-3'
|
||||
license 'GPL-3+'
|
||||
compatibility 'all'
|
||||
source_url 'file:///dev/null'
|
||||
source_sha256 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
|
||||
source_url 'SKIP'
|
||||
|
||||
binary_url ({
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user