Du är här

BeerSmith

Informations

Creator Meddelanden
etrunko Anonymous

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 3277
Wine: System

Feedbacks

Description

Homebrewing software.

Editor.

Source code

#!/usr/bin/env playonlinux-bash
# Date : (2018-10-25 17-37)
# Last revision : (2018-10-25 17-37)
# Wine version used :
# Distribution used to test : Fedora
# Author : etrunko

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

TITLE="BeerSmith"
PREFIX="$TITLE"
VERSION="3_0_8"

POL_SetupWindow_Init
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "Bradley J Smith" "http://beersmith.com" "etrunko" "$PREFIX"

POL_Wine_SelectPrefix "$TITLE"
POL_Wine_PrefixCreate

cd "$POL_USER_ROOT/wineprefix/$PREFIX/drive_c/"
POL_Download "https://s3.amazonaws.com/beersmith-3/BeerSmith$VERSION.exe"

POL_Wine_WaitBefore "$TITLE"
POL_Wine "BeerSmith$VERSION.exe"

POL_Shortcut "BeerSmith3.exe" "$TITLE"

POL_SetupWindow_Close
exit 0

Contributions

Filters:

Contribute
Member Meddelanden
Dadu042 Monday 3 February 2020 at 0:51
Dadu042

Meddelanden

  • Download link is dead. 
  • This line is usless: VERSION="3_0_8"

Svar

etrunko Thursday 25 October 2018 at 22:44
etrunko Anonymous

Information

This update has been approved by the team.

Differences

@@ -0,0 +1,32 @@
+#!/usr/bin/env playonlinux-bash
+# Date : (2018-10-25 17-37)
+# Last revision : (2018-10-25 17-37)
+# Wine version used :
+# Distribution used to test : Fedora
+# Author : etrunko
+
+[ "$PLAYONLINUX" = "" ] && exit 0
+source "$PLAYONLINUX/lib/sources"
+
+TITLE="BeerSmith"
+PREFIX="$TITLE"
+VERSION="3_0_8"
+
+POL_SetupWindow_Init
+POL_Debug_Init
+
+POL_SetupWindow_presentation "$TITLE" "Bradley J Smith" "http://beersmith.com" "etrunko" "$PREFIX"
+
+POL_Wine_SelectPrefix "$TITLE"
+POL_Wine_PrefixCreate
+
+cd "$POL_USER_ROOT/wineprefix/$PREFIX/drive_c/"
+POL_Download "https://s3.amazonaws.com/beersmith-3/BeerSmith$VERSION.exe"
+
+POL_Wine_WaitBefore "$TITLE"
+POL_Wine "BeerSmith$VERSION.exe"
+
+POL_Shortcut "BeerSmith3.exe" "$TITLE"
+
+POL_SetupWindow_Close
+exit 0
\ No newline at end of file

New source code

#!/usr/bin/env playonlinux-bash
# Date : (2018-10-25 17-37)
# Last revision : (2018-10-25 17-37)
# Wine version used :
# Distribution used to test : Fedora
# Author : etrunko

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

TITLE="BeerSmith"
PREFIX="$TITLE"
VERSION="3_0_8"

POL_SetupWindow_Init
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "Bradley J Smith" "http://beersmith.com" "etrunko" "$PREFIX"

POL_Wine_SelectPrefix "$TITLE"
POL_Wine_PrefixCreate

cd "$POL_USER_ROOT/wineprefix/$PREFIX/drive_c/"
POL_Download "https://s3.amazonaws.com/beersmith-3/BeerSmith$VERSION.exe"

POL_Wine_WaitBefore "$TITLE"
POL_Wine "BeerSmith$VERSION.exe"

POL_Shortcut "BeerSmith3.exe" "$TITLE"

POL_SetupWindow_Close
exit 0

Svar

etrunko Thursday 25 October 2018 at 22:38
etrunko Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

Differences

@@ -0,0 +1,32 @@
+#!/usr/bin/env playonlinux-bash
+# Date : (2018-10-25 17-37)
+# Last revision : (2018-10-25 17-37)
+# Wine version used :
+# Distribution used to test : Fedora
+# Author : etrunko
+
+[ "$PLAYONLINUX" = "" ] && exit 0
+source "$PLAYONLINUX/lib/sources"
+
+TITLE="BeerSmith"
+PREFIX="$TITLE"
+VERSION="3_0_8"
+
+POL_SetupWindow_Init
+POL_Debug_Init
+
+POL_SetupWindow_presentation "$TITLE" "Bradley J Smith" "http://beersmith.com" "Eduardo Lima (Etrunko)" "$PREFIX"
+
+POL_Wine_SelectPrefix "$TITLE"
+POL_Wine_PrefixCreate
+
+cd "$POL_USER_ROOT/wineprefix/$PREFIX/drive_c/"
+POL_Download "https://s3.amazonaws.com/beersmith-3/BeerSmith$VERSION.exe"
+
+POL_Wine_WaitBefore "$TITLE"
+POL_Wine "BeerSmith$VERSION.exe"
+
+POL_Shortcut "BeerSmith3.exe" "$TITLE"
+
+POL_SetupWindow_Close
+exit
\ No newline at end of file

New source code

#!/usr/bin/env playonlinux-bash
# Date : (2018-10-25 17-37)
# Last revision : (2018-10-25 17-37)
# Wine version used :
# Distribution used to test : Fedora
# Author : etrunko

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

TITLE="BeerSmith"
PREFIX="$TITLE"
VERSION="3_0_8"

POL_SetupWindow_Init
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "Bradley J Smith" "http://beersmith.com" "Eduardo Lima (Etrunko)" "$PREFIX"

POL_Wine_SelectPrefix "$TITLE"
POL_Wine_PrefixCreate

cd "$POL_USER_ROOT/wineprefix/$PREFIX/drive_c/"
POL_Download "https://s3.amazonaws.com/beersmith-3/BeerSmith$VERSION.exe"

POL_Wine_WaitBefore "$TITLE"
POL_Wine "BeerSmith$VERSION.exe"

POL_Shortcut "BeerSmith3.exe" "$TITLE"

POL_SetupWindow_Close
exit

Svar

etrunko Thursday 25 October 2018 at 22:11
etrunko Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

Differences

@@ -0,0 +1,8 @@
+#!/usr/bin/env playonlinux-bash       
+[ "$PLAYONLINUX" = "" ] && exit 0
+source "$PLAYONLINUX/lib/sources"
+ 
+POL_SetupWindow_Init
+ 
+POL_SetupWindow_Close
+exit
\ No newline at end of file

New source code

#!/usr/bin/env playonlinux-bash       
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
 
POL_SetupWindow_Init
 
POL_SetupWindow_Close
exit

Svar

This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmca-notice@playonlinux.com