Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: greed-4.2
@ 2022-02-06 13:48 Luc-Saccoccio
  2022-02-06 18:12 ` [PR PATCH] [Updated] " Luc-Saccoccio
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Luc-Saccoccio @ 2022-02-06 13:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Luc-Saccoccio/void-packages master
https://github.com/void-linux/void-packages/pull/35435

New package: greed-4.2
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**


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


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, x86
- I built this PR locally for these architectures:
  - x86_64-musl
  - armv7l
  - armv7l-musl
  - armv6l
  - armv6l-musl



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

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

From d333bfd55c82f3af5cf511ee04c9aedfe0972542 Mon Sep 17 00:00:00 2001
From: Luc-Saccoccio <lucsaccoccio@disroot.org>
Date: Sun, 6 Feb 2022 14:33:45 +0100
Subject: [PATCH] New package: greed-4.2

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

diff --git a/srcpkgs/greed/template b/srcpkgs/greed/template
new file mode 100644
index 000000000000..d066579284e1
--- /dev/null
+++ b/srcpkgs/greed/template
@@ -0,0 +1,21 @@
+# Template file for 'greed'
+pkgname=greed
+version=4.2
+revision=1
+build_style=gnu-makefile
+make_install_args="BIN=/usr/bin"
+makedepends="ncurses-devel"
+short_desc="The strategy game of Greed"
+maintainer="Luc-Saccoccio <lucsaccoccio@disroot.org>"
+license="BSD-2-Clause"
+homepage="http://www.catb.org/~esr/greed/"
+distfiles="http://www.catb.org/~esr/greed/greed-${version}.tar.gz"
+checksum=702bc0314ddedb2ba17d4b55d873384a1606886e8d69f35ce67f6e3024a8d3fd
+
+pre_install() {
+	sed -i '23 s/install/greed/g' Makefile
+}
+
+post_install() {
+	vlicense COPYING
+}

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

end of thread, other threads:[~2022-07-08  2:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-06 13:48 [PR PATCH] New package: greed-4.2 Luc-Saccoccio
2022-02-06 18:12 ` [PR PATCH] [Updated] " Luc-Saccoccio
2022-02-06 18:12 ` Luc-Saccoccio
2022-06-23  2:15 ` github-actions
2022-07-08  2:14 ` [PR PATCH] [Closed]: " github-actions

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).