diff --git a/automatic/superburgertime/README.md b/automatic/superburgertime/README.md deleted file mode 100644 index 65c596dba..000000000 --- a/automatic/superburgertime/README.md +++ /dev/null @@ -1,34 +0,0 @@ -[![](https://img.shields.io/chocolatey/v/superburgertime?color=green&label=superburgertime)](https://chocolatey.org/packages/superburgertime) [![](https://img.shields.io/chocolatey/dt/superburgertime)](https://chocolatey.org/packages/superburgertime) - -## Super Burger Time (Portable) - -![screen shot of Super Burger Time](http://pjsfreeware.synthasite.com/resources/burger.png) - -Burgertime clone - -Move over the ingredients which will drop down to the next level until they reach the plate at the bottom. You must avoid the baddies (sausages/eggs/tomatoes) or stun them with pepper for a short while. - -Now with added Joystick support - -This game is freeware, if you have been sold it then you have been ripped off. -more games at http://pjsfreeware.synthasite.com/ - -A burgertime clone - -Move over the ingredients which will drop down to the next level until they reach the plate at the bottom. You must avoid the baddies (sausages/eggs/tomatoes) or stun them with pepper for a short while - -Keys: -* CTRL Throw pepper to stun enemy for a short time -* ARROW keys for movement - -last update 24/04/2012 gm8 - -**[PACKAGE NOTES](https://github.com/bcurran3/ChocolateyPackages/blob/master/superburgertime/readme.md)** - -#### [choco://superburgertime](choco://superburgertime) -To use choco:// protocol URLs, install [(unofficial) choco:// Protocol support ](https://chocolatey.org/packages/choco-protocol-support) - -### Package-specific issue -If this package isn't up-to-date for some days, [Create an issue](https://github.com/tunisiano187/Chocolatey-packages/issues/new/choose) - -Support the package maintainer and [![Patreon](https://cdn.jsdelivr.net/gh/tunisiano187/Chocolatey-packages@d15c4e19c709e7148588d4523ffc6dd3cd3c7e5e/icons/patreon.png)](https://www.patreon.com/bePatron?u=39585820) diff --git a/automatic/superburgertime/superburgertime.nuspec b/automatic/superburgertime/superburgertime.nuspec deleted file mode 100644 index 5dfce2238..000000000 --- a/automatic/superburgertime/superburgertime.nuspec +++ /dev/null @@ -1,42 +0,0 @@ - - - - superburgertime - 2013.07.30 - Super Burger Time (Portable) - PJ Crossley - bcurran3 - http://pjsfreeware.synthasite.com/ - http://pjsfreeware.synthasite.com/resources/Rendered5.jpg - false - ![screen shot of Super Burger Time](http://pjsfreeware.synthasite.com/resources/burger.png) - -Burgertime clone - -Move over the ingredients which will drop down to the next level until they reach the plate at the bottom. You must avoid the baddies (sausages/eggs/tomatoes) or stun them with pepper for a short while. - -Now with added Joystick support - -This game is freeware, if you have been sold it then you have been ripped off. -more games at http://pjsfreeware.synthasite.com/ - -A burgertime clone - -Move over the ingredients which will drop down to the next level until they reach the plate at the bottom. You must avoid the baddies (sausages/eggs/tomatoes) or stun them with pepper for a short while - -Keys: -* CTRL Throw pepper to stun enemy for a short time -* ARROW keys for movement - -last update 24/04/2012 gm8 - -**[PACKAGE NOTES](https://github.com/bcurran3/ChocolateyPackages/blob/master/superburgertime/readme.md)** - PJ Crossley's remake of the classic Burger Time game. - PJ Crossley - pjcrossley burgertime burger time retro game portable - https://github.com/bcurran3/ChocolateyPackages/tree/master/superburgertime - - - - - diff --git a/automatic/superburgertime/tools/LICENSE.txt b/automatic/superburgertime/tools/LICENSE.txt deleted file mode 100644 index d6b19b0a9..000000000 --- a/automatic/superburgertime/tools/LICENSE.txt +++ /dev/null @@ -1,7 +0,0 @@ -==================== Crozza Games LICENSE.TXT ==================== - -This game by PJ Crossley/Crozza Games is freely distributable copyrighted freeware. - -This license is stated at http://pjsfreeware.synthasite.com/ and says "Feel free to distribute any of my free games on your site as long as you do not charge for them and a link to my site would be nice." - -==================== Crozza Games LICENSE.TXT ==================== \ No newline at end of file diff --git a/automatic/superburgertime/tools/VERIFICATION.txt b/automatic/superburgertime/tools/VERIFICATION.txt deleted file mode 100644 index a2390ed83..000000000 --- a/automatic/superburgertime/tools/VERIFICATION.txt +++ /dev/null @@ -1,5 +0,0 @@ -==================== Crozza Games VERIFICATION.TXT ==================== - -This binary was directly downloaded and packaged up by bcurran3 from http://pjsfreeware.synthasite.com/. Checksums were manually created. - -==================== Crozza Games VERIFICATION.TXT ==================== diff --git a/automatic/superburgertime/tools/chocolateyinstall.ps1 b/automatic/superburgertime/tools/chocolateyinstall.ps1 deleted file mode 100644 index c6596293b..000000000 --- a/automatic/superburgertime/tools/chocolateyinstall.ps1 +++ /dev/null @@ -1,21 +0,0 @@ -$packageName = 'superburgertime' -$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$url = "$toolsDir\super_burger.zip" -$checksum = '7A900B0905906812544B37855BD14D5229E5D60AFDE7DC3A40C214FDFFE8E8BA' -$Shortcut = 'Super Burger Time.lnk' -$ProgramEXE = 'super_burger8.exe' - -$packageArgs = @{ - packageName = $packageName - unzipLocation = $toolsDir - fileType = 'ZIP' - url = $url - checksum = $checksum - checksumType = 'sha256' - } - -Install-ChocolateyZipPackage @packageArgs - -Install-ChocolateyShortcut -shortcutFilePath "$env:Public\Desktop\$Shortcut" -targetPath "$toolsDir\$ProgramEXE" -WorkingDirectory "$toolsDir" -Install-ChocolateyShortcut -shortcutFilePath "$env:ProgramData\Microsoft\Windows\Start Menu\Programs\$Shortcut" -targetPath "$toolsDir\$ProgramEXE" -Remove-Item $url | out-null \ No newline at end of file diff --git a/automatic/superburgertime/tools/chocolateyuninstall.ps1 b/automatic/superburgertime/tools/chocolateyuninstall.ps1 deleted file mode 100644 index 65844e951..000000000 --- a/automatic/superburgertime/tools/chocolateyuninstall.ps1 +++ /dev/null @@ -1,6 +0,0 @@ -$packageName = 'superburgertime' -$Shortcut = 'Super Burger Time.lnk' - -remove-item "$env:Public\Desktop\$Shortcut" -Force -ErrorAction 'SilentlyContinue' -remove-item "$env:ProgramData\Microsoft\Windows\Start Menu\Programs\$Shortcut" -Force -ErrorAction 'SilentlyContinue' -