Github messages for voidlinux
 help / color / mirror / Atom feed
From: sirkhancision <sirkhancision@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] New package: rogue-5.4.4
Date: Fri, 17 Mar 2023 03:51:40 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-42816@inbox.vuxu.org> (raw)

[-- 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
+}

             reply	other threads:[~2023-03-17  2:51 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-17  2:51 sirkhancision [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-42816@inbox.vuxu.org \
    --to=sirkhancision@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).