mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
cavestory: forgot to commit the LICENSE change
This commit is contained in:
parent
59b719e778
commit
ad39e5aed4
1 changed files with 6 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'cavestory'
|
# Template file for 'cavestory'
|
||||||
pkgname=cavestory
|
pkgname=cavestory
|
||||||
version=1.2
|
version=1.2
|
||||||
revision=1
|
revision=2
|
||||||
archs="x86_64 i686"
|
archs="x86_64 i686"
|
||||||
wrksrc=linuxDoukutsu-1.01
|
wrksrc=linuxDoukutsu-1.01
|
||||||
short_desc="Japanese side-scrolling platformer game"
|
short_desc="Japanese side-scrolling platformer game"
|
||||||
|
@ -26,5 +26,9 @@ do_install() {
|
||||||
vbin ${FILESDIR}/cavestory
|
vbin ${FILESDIR}/cavestory
|
||||||
vinstall ${FILESDIR}/cavestory.desktop 644 usr/share/applications/
|
vinstall ${FILESDIR}/cavestory.desktop 644 usr/share/applications/
|
||||||
vinstall ${FILESDIR}/cavestory.png 644 usr/share/pixmaps/
|
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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue