Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: rogue-5.4.4
@ 2023-03-17  2:51 sirkhancision
  2023-03-17  3:11 ` [PR PATCH] [Updated] " sirkhancision
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: sirkhancision @ 2023-03-17  2:51 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 667 bytes --]

There is a new pull request by sirkhancision against master on the void-packages repository

https://github.com/sirkhancision/void-packages rogue
https://github.com/void-linux/void-packages/pull/42816

New package: rogue-5.4.4
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc


A patch file from https://github.com/void-linux/void-packages/pull/42816.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-rogue-42816.patch --]
[-- Type: text/x-diff, Size: 1193 bytes --]

From 23042a6d31590f2b06c55a1cd2f812d442f02a25 Mon Sep 17 00:00:00 2001
From: sirkhancision <jsantiago12tone@gmail.com>
Date: Thu, 16 Mar 2023 02:52:49 -0300
Subject: [PATCH] New package: rogue-5.4.4

---
 srcpkgs/rogue/template | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 srcpkgs/rogue/template

diff --git a/srcpkgs/rogue/template b/srcpkgs/rogue/template
new file mode 100644
index 000000000000..91809081b04a
--- /dev/null
+++ b/srcpkgs/rogue/template
@@ -0,0 +1,27 @@
+# Template file for 'rogue'
+pkgname=rogue
+version=5.4.4
+revision=1
+makedepends=ncurses-devel
+depends="ncurses"
+short_desc="Dungeon crawl game from the 80s"
+maintainer="sirkhancision <jsantiago12tone@gmail.com>"
+license="custom:Rogue"
+homepage="http://rogue.rogueforge.net/"
+distfiles="https://github.com/phs/rogue/archive/v$version.tar.gz"
+checksum=aea2204f046576e06ba1bc53808cc193306e4a694a92a573e739289117f91a41
+
+do_build() {
+	./configure
+	make
+}
+
+do_install() {
+	vbin rogue
+	sed -i 's/rogue.png/rogue/' rogue.desktop
+	vinstall rogue.desktop 644 usr/share/applications
+	vinstall rogue.png 644 usr/share/pixmaps
+
+	vman rogue.6
+	vlicense LICENSE.TXT
+}

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2023-06-27 14:39 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-17  2:51 [PR PATCH] New package: rogue-5.4.4 sirkhancision
2023-03-17  3:11 ` [PR PATCH] [Updated] " sirkhancision
2023-03-17  3:15 ` sirkhancision
2023-03-17  3:39 ` [PR REVIEW] " classabbyamp
2023-03-17  3:39 ` classabbyamp
2023-03-17  3:39 ` classabbyamp
2023-03-17  3:39 ` classabbyamp
2023-03-17  3:39 ` classabbyamp
2023-03-17  3:45 ` classabbyamp
2023-03-17  3:46 ` classabbyamp
2023-03-17  4:19 ` [PR PATCH] [Updated] " sirkhancision
2023-03-17  4:20 ` [PR REVIEW] " sirkhancision
2023-03-17  4:21 ` sirkhancision
2023-03-17  4:30 ` classabbyamp
2023-03-17  4:32 ` sirkhancision
2023-05-01  1:59 ` [PR PATCH] [Updated] " sirkhancision
2023-06-27 14:39 ` [PR PATCH] [Merged]: " Duncaen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).