cavestory: forgot to commit the LICENSE change

This commit is contained in:
Jürgen Buchmüller 2021-02-02 23:02:48 +01:00
parent 59b719e778
commit ad39e5aed4

View file

@ -1,7 +1,7 @@
# Template file for 'cavestory'
pkgname=cavestory
version=1.2
revision=1
revision=2
archs="x86_64 i686"
wrksrc=linuxDoukutsu-1.01
short_desc="Japanese side-scrolling platformer game"
@ -26,5 +26,9 @@ do_install() {
vbin ${FILESDIR}/cavestory
vinstall ${FILESDIR}/cavestory.desktop 644 usr/share/applications/
vinstall ${FILESDIR}/cavestory.png 644 usr/share/pixmaps/
vlicense doc/readme.txt
cat >LICENSE <<EOF
Cave Story (Freeware)
See: https://www.cavestory.org/game-info/game-releases.php
EOF
vlicense LICENSE
}