mirror of
https://github.com/gwenhael-le-moine/emstar.git
synced 2024-11-16 07:48:10 +01:00
better description
This commit is contained in:
parent
b95a4c7376
commit
06a176b6b9
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ VERSION=$(grep Version: emstar.el | sed 's|^;;[ ]*Version:[ ]*\(.*\)$|\1|g')
|
|||
mkdir -p emstar-$VERSION/
|
||||
cat <<EOF > emstar-$VERSION/emstar-pkg.el
|
||||
(define-package "emstar" "$VERSION"
|
||||
"Play Emstar in emacs.")
|
||||
"Casual game, like a brainy Pac-Man")
|
||||
EOF
|
||||
|
||||
cp -R emstar-levels emstar.el emstar-$VERSION/
|
||||
|
|
Loading…
Reference in a new issue