Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions srcpkgs/moon-buggy/template
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
# Template file for 'moon-buggy'
pkgname=moon-buggy
version=1.0.51
revision=5
version=1.1.0
revision=1
build_style=gnu-configure
configure_args="--sharedstatedir=/var/db"
make_dirs="/var/db/moon-buggy 777 root root"
makedepends="ncurses-devel"
short_desc="A simple character graphics game"
short_desc="Simple character graphics game"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-2.0-only"
homepage="http://www.seehuhn.de/pages/moon-buggy"
distfiles="http://m.seehuhn.de/programs/$pkgname-$version.tar.gz"
checksum=352dc16ccae4c66f1e87ab071e6a4ebeb94ff4e4f744ce1b12a769d02fe5d23f
license="GPL-3.0-only"
homepage="https://www.seehuhn.de/programs/moon-buggy/"
distfiles="https://www.seehuhn.de/programs/moon-buggy/moon-buggy-${version}.tar.gz"
checksum=259ae6e7b1838c40532af5c0f20cd7c6173cd5c552ede408114064475bcfc5b6

post_extract() {
sed -i 's/key_name/Key_Name/g' keyboard.c
# don't clash with ncursesw exported symbol
vsed -e 's/key_name/Key_Name/g' -i keyboard.c
}