fixture/cask: fix style violations
This commit is contained in:
parent
9aabe1ba91
commit
82cdf27eb8
@ -32,12 +32,12 @@ cask "everything" do
|
|||||||
}
|
}
|
||||||
|
|
||||||
uninstall launchctl: "com.every.thing.agent",
|
uninstall launchctl: "com.every.thing.agent",
|
||||||
delete: "/Library/EverythingHelperTools",
|
|
||||||
kext: "com.every.thing.driver",
|
|
||||||
signal: [
|
signal: [
|
||||||
["TERM", "com.every.thing.controller#{version.major}"],
|
["TERM", "com.every.thing.controller#{version.major}"],
|
||||||
["TERM", "com.every.thing.bin"],
|
["TERM", "com.every.thing.bin"],
|
||||||
]
|
],
|
||||||
|
kext: "com.every.thing.driver",
|
||||||
|
delete: "/Library/EverythingHelperTools"
|
||||||
|
|
||||||
zap trash: [
|
zap trash: [
|
||||||
"~/.everything",
|
"~/.everything",
|
||||||
|
@ -7,9 +7,9 @@ cask "with-installable" do
|
|||||||
|
|
||||||
pkg "MyFancyPkg/Fancy.pkg"
|
pkg "MyFancyPkg/Fancy.pkg"
|
||||||
|
|
||||||
uninstall script: { executable: "MyFancyPkg/FancyUninstaller.tool", args: ["--please"] },
|
uninstall quit: "my.fancy.package.app",
|
||||||
quit: "my.fancy.package.app",
|
|
||||||
login_item: "Fancy",
|
login_item: "Fancy",
|
||||||
|
script: { executable: "MyFancyPkg/FancyUninstaller.tool", args: ["--please"] },
|
||||||
delete: [
|
delete: [
|
||||||
"#{TEST_TMPDIR}/absolute_path",
|
"#{TEST_TMPDIR}/absolute_path",
|
||||||
"#{TEST_TMPDIR}/glob_path*",
|
"#{TEST_TMPDIR}/glob_path*",
|
||||||
|
@ -7,7 +7,7 @@ cask "with-pkgutil-zap" do
|
|||||||
|
|
||||||
pkg "Fancy.pkg"
|
pkg "Fancy.pkg"
|
||||||
|
|
||||||
zap pkgutil: "my.fancy.package.*",
|
zap launchctl: "my.fancy.package.service",
|
||||||
kext: "my.fancy.package.kernelextension",
|
kext: "my.fancy.package.kernelextension",
|
||||||
launchctl: "my.fancy.package.service"
|
pkgutil: "my.fancy.package.*"
|
||||||
end
|
end
|
||||||
|
@ -9,11 +9,11 @@ cask "with-zap" do
|
|||||||
|
|
||||||
uninstall quit: "my.fancy.package.app.from.uninstall"
|
uninstall quit: "my.fancy.package.app.from.uninstall"
|
||||||
|
|
||||||
zap script: {
|
zap quit: "my.fancy.package.app",
|
||||||
|
login_item: "Fancy",
|
||||||
|
script: {
|
||||||
executable: "MyFancyPkg/FancyUninstaller.tool",
|
executable: "MyFancyPkg/FancyUninstaller.tool",
|
||||||
args: ["--please"],
|
args: ["--please"],
|
||||||
},
|
},
|
||||||
quit: "my.fancy.package.app",
|
|
||||||
login_item: "Fancy",
|
|
||||||
delete: "~/Library/Preferences/my.fancy.app.plist"
|
delete: "~/Library/Preferences/my.fancy.app.plist"
|
||||||
end
|
end
|
||||||
|
@ -28,8 +28,6 @@
|
|||||||
"uninstall": [
|
"uninstall": [
|
||||||
{
|
{
|
||||||
"launchctl": "com.every.thing.agent",
|
"launchctl": "com.every.thing.agent",
|
||||||
"delete": "/Library/EverythingHelperTools",
|
|
||||||
"kext": "com.every.thing.driver",
|
|
||||||
"signal": [
|
"signal": [
|
||||||
[
|
[
|
||||||
"TERM",
|
"TERM",
|
||||||
@ -39,7 +37,9 @@
|
|||||||
"TERM",
|
"TERM",
|
||||||
"com.every.thing.bin"
|
"com.every.thing.bin"
|
||||||
]
|
]
|
||||||
]
|
],
|
||||||
|
"kext": "com.every.thing.driver",
|
||||||
|
"delete": "/Library/EverythingHelperTools"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -101,6 +101,6 @@
|
|||||||
],
|
],
|
||||||
"ruby_source_path": "Casks/everything.rb",
|
"ruby_source_path": "Casks/everything.rb",
|
||||||
"ruby_source_checksum": {
|
"ruby_source_checksum": {
|
||||||
"sha256": "0c4af571cce1632fc6a3dcf3e75ba82a3283077ef12399428192c26f9d6f779b"
|
"sha256": "d8d0d6b2e5ff65388eccb82236fd3aa157b4a29bb043a1f72b97f0e9b70e8320"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user