renamed x49gpng to x50g
This commit is contained in:
parent
6dcbfc1e92
commit
431b9eb0aa
1 changed files with 4 additions and 4 deletions
|
@ -4,7 +4,7 @@ set -x
|
||||||
CWD=$(pwd)
|
CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=$(basename "$CWD")
|
PRGNAM=$(basename "$CWD")
|
||||||
GITHUB_REPO=gwenhael-le-moine/x49gpng
|
GITHUB_REPO=gwenhael-le-moine/x50ng
|
||||||
VERSION=${VERSION:-latest}
|
VERSION=${VERSION:-latest}
|
||||||
|
|
||||||
BUILD=12
|
BUILD=12
|
||||||
|
@ -75,20 +75,20 @@ mkdir install
|
||||||
cat <<EOF > install/doinst.sh
|
cat <<EOF > install/doinst.sh
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
cat /usr/doc/x49gp/README.md | grep "First launch setup" --before-context=2 --after-context=28
|
cat /usr/doc/x50ng/README.md | grep "First launch setup" --before-context=2 --after-context=28
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
cat <<EOF > install/slack-desc
|
cat <<EOF > install/slack-desc
|
||||||
$PRGNAM: $PRGNAM (HP49/50 emulator, rebooted)
|
$PRGNAM: $PRGNAM (HP49/50 emulator, rebooted)
|
||||||
$PRGNAM:
|
$PRGNAM:
|
||||||
$PRGNAM: Emulator of the newer Hewlett Packard Handheld Calculator Models with ARM CPU
|
$PRGNAM: Emulator of the newer Hewlett Packard Handheld Calculator Models with ARM CPU
|
||||||
$PRGNAM: (HP49g+ HP50).
|
$PRGNAM: (HP49g+ and HP50).
|
||||||
|
$PRGNAM:
|
||||||
$PRGNAM:
|
$PRGNAM:
|
||||||
$PRGNAM:
|
$PRGNAM:
|
||||||
$PRGNAM:
|
$PRGNAM:
|
||||||
$PRGNAM:
|
$PRGNAM:
|
||||||
$PRGNAM:
|
$PRGNAM:
|
||||||
$PRGNAM: https://sourceforge.net/projects/x49gp/
|
|
||||||
$PRGNAM: https://github.com/${GITHUB_REPO}
|
$PRGNAM: https://github.com/${GITHUB_REPO}
|
||||||
EOF
|
EOF
|
||||||
|
|
Loading…
Reference in a new issue