mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -05:00
Angle_grinder 0.19.2 => 0.19.4 (#10191)
This commit is contained in:
1
manifest/x86_64/a/angle_grinder.filelist
Normal file
1
manifest/x86_64/a/angle_grinder.filelist
Normal file
@@ -0,0 +1 @@
|
||||
/usr/local/bin/agrind
|
||||
@@ -3,15 +3,20 @@ require 'package'
|
||||
class Angle_grinder < Package
|
||||
description 'Slice and dice logs on the command line'
|
||||
homepage 'https://github.com/rcoh/angle-grinder'
|
||||
version '0.19.2'
|
||||
version '0.19.4'
|
||||
license 'MIT'
|
||||
compatibility 'x86_64'
|
||||
source_url 'https://github.com/rcoh/angle-grinder/releases/download/v0.19.2/agrind-x86_64-unknown-linux-gnu.tar.gz'
|
||||
source_sha256 '8f81734e068fe8846dd706d38ecb5eb9d5f11a420e68ce585065a971ca54b5be'
|
||||
source_url "https://github.com/rcoh/angle-grinder/releases/download/v#{version}/agrind-x86_64-unknown-linux-gnu.tar.gz"
|
||||
source_sha256 '2c9472b93e1250545167eacadda0ad1b72f1770208cefa969d1a24ab735c32ee'
|
||||
|
||||
no_compile_needed
|
||||
no_shrink
|
||||
|
||||
def self.install
|
||||
FileUtils.install 'agrind', "#{CREW_DEST_PREFIX}/bin/agrind", mode: 0o755
|
||||
end
|
||||
|
||||
def self.postinstall
|
||||
ExitMessage.add "\nType 'agrind -h' to get started.\n"
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user