Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: cockatrice-2.8.0
@ 2022-09-15  0:24 NuclearPine
  2022-09-15  0:35 ` [PR REVIEW] " classabbyamp
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: NuclearPine @ 2022-09-15  0:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/NuclearPine/void-packages cockatrice
https://github.com/void-linux/void-packages/pull/39292

New package: cockatrice-2.8.0
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): YES


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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_64-musl
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64 (glibc) - crossbuild



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

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

From 3a3cd87ee79fd7e4c5d3fb883b8b0c280e842b04 Mon Sep 17 00:00:00 2001
From: NuclearPine <nuclearpine.h3nbw@aleeas.com>
Date: Tue, 13 Sep 2022 22:21:13 -0600
Subject: [PATCH] New package: cockatrice-2.8.0

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

diff --git a/srcpkgs/cockatrice/template b/srcpkgs/cockatrice/template
new file mode 100644
index 000000000000..909f2b4b65e6
--- /dev/null
+++ b/srcpkgs/cockatrice/template
@@ -0,0 +1,31 @@
+# Template file for 'cockatrice'
+pkgname=cockatrice
+version=2.8.0
+revision=1
+make_use_env=compliant
+hostmakedepends="cmake"
+makedepends="liblzma-devel protobuf protobuf-devel qt5-devel qt5-multimedia-devel qt5-svg-devel qt5-tools-devel qt5-websockets-devel"
+depends="liblzma protobuf qt5 qt5-multimedia qt5-svg qt5-tools qt5-websockets"
+short_desc="Program for playing tabletop card games over a network"
+maintainer="NuclearPine <nuclearpine.h3nbw@aleeas.com>"
+license="GPL-2.0-only"
+homepage="https://cockatrice.github.io"
+distfiles="https://github.com/Cockatrice/Cockatrice/archive/refs/tags/2021-01-26-Release-2.8.0.tar.gz"
+wrksrc="Cockatrice-2021-01-26-Release-2.8.0"
+checksum=fbf908138e40b20529ebdc27b3b37d63891bf6a91f660be694407a8e57471e79
+
+do_configure() {
+	mkdir -p build
+	cd build
+	cmake ..
+}
+
+do_build() {
+	cd build
+	make $makejobs
+}
+
+do_install() {
+	cd build
+	cmake --install . --prefix $PKGDESTDIR/usr
+}

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

end of thread, other threads:[~2022-12-30  1:58 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-15  0:24 [PR PATCH] New package: cockatrice-2.8.0 NuclearPine
2022-09-15  0:35 ` [PR REVIEW] " classabbyamp
2022-09-15  0:35 ` classabbyamp
2022-09-15  0:35 ` classabbyamp
2022-09-15  0:35 ` classabbyamp
2022-09-15  0:35 ` classabbyamp
2022-09-15  0:35 ` classabbyamp
2022-09-16  1:07 ` [PR PATCH] [Updated] " NuclearPine
2022-09-16  1:15 ` classabbyamp
2022-09-16  1:17 ` [PR REVIEW] " classabbyamp
2022-09-16  2:56 ` NuclearPine
2022-09-16  2:59 ` [PR PATCH] [Updated] " NuclearPine
2022-12-16  1:55 ` github-actions
2022-12-30  1:58 ` [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).