mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -05:00
Add preinstall and patch functions to package.rb
This commit is contained in:
@@ -69,6 +69,16 @@ class Package
|
||||
@is_fake
|
||||
end
|
||||
|
||||
# Function to perform pre-install operations prior to build from source.
|
||||
def self.preinstall
|
||||
|
||||
end
|
||||
|
||||
# Function to perform patch operations prior to build from source.
|
||||
def self.patch
|
||||
|
||||
end
|
||||
|
||||
# Function to perform build from source.
|
||||
def self.build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user