New package: rogue-5.4.4
This commit is contained in:
parent
937c4d11dd
commit
809fa0c247
15
srcpkgs/rogue/patches/desktop-icon.patch
Normal file
15
srcpkgs/rogue/patches/desktop-icon.patch
Normal file
@ -0,0 +1,15 @@
|
||||
diff --git a/rogue.desktop b/rogue.desktop
|
||||
index 74f9518..34b02f4 100644
|
||||
--- a/rogue.desktop
|
||||
+++ b/rogue.desktop
|
||||
@@ -2,9 +2,9 @@
|
||||
Encoding=UTF-8
|
||||
Name=Rogue
|
||||
GenericName=Rogue
|
||||
Comment=The original curses-based adventure game
|
||||
Exec=rogue
|
||||
-Icon=rogue.png
|
||||
+Icon=rogue
|
||||
Terminal=true
|
||||
Type=Application
|
||||
Categories=Game;RolePlaying;
|
19
srcpkgs/rogue/template
Normal file
19
srcpkgs/rogue/template
Normal file
@ -0,0 +1,19 @@
|
||||
# Template file for 'rogue'
|
||||
pkgname=rogue
|
||||
version=5.4.4
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-scorefile=/var/games/rogue/rogue.scr"
|
||||
makedepends="ncurses-devel"
|
||||
short_desc="Dungeon crawl game from the 80s"
|
||||
maintainer="sirkhancision <jsantiago12tone@gmail.com>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="http://rogue.rogueforge.net/"
|
||||
distfiles="https://gitlab.com/philhsmith/rogue/-/archive/v${version}/rogue-v${version}.tar.gz"
|
||||
checksum=df9f837817ceeededb77395ba990d83894f992ed7f534f3baab2ca4a80921b63
|
||||
|
||||
post_install() {
|
||||
vinstall rogue.desktop 644 usr/share/applications
|
||||
vinstall rogue.png 644 usr/share/pixmaps
|
||||
vlicense LICENSE.TXT
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user