Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: heroic-games-launcher-1.8.1
@ 2021-07-02 22:43 Ruthenic
  2021-07-06 15:05 ` [PR PATCH] [Updated] " Ruthenic
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Ruthenic @ 2021-07-02 22:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Ruthenic/void-packages heroic
https://github.com/void-linux/void-packages/pull/31770

New package: heroic-games-launcher-1.8.1
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.-->
#### Does it build and run successfully?
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)

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

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

From dc2843d2346a371b5104304e465ab61e57d172c4 Mon Sep 17 00:00:00 2001
From: Ruthenic <mdrakea3@tutanota.com>
Date: Fri, 2 Jul 2021 18:34:32 -0400
Subject: [PATCH] New package: heroic-games-launcher-1.8.1

---
 srcpkgs/heroic-games-launcher/template | 47 ++++++++++++++++++++++++++
 1 file changed, 47 insertions(+)
 create mode 100644 srcpkgs/heroic-games-launcher/template

diff --git a/srcpkgs/heroic-games-launcher/template b/srcpkgs/heroic-games-launcher/template
new file mode 100644
index 000000000000..1dab17ccfe99
--- /dev/null
+++ b/srcpkgs/heroic-games-launcher/template
@@ -0,0 +1,47 @@
+# Template file for 'heroic-games-launcher'
+pkgname=heroic-games-launcher
+version=1.8.1
+revision=1
+archs="x86_64"
+wrksrc=${pkgname}-${version}
+create_wrksrc=yes
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+hostmakedepends="nodejs yarn python3 python3-setuptools python3-wheel fuse git gawk tar"
+#makedepends=""
+depends="fuse"
+short_desc="Native Epic Games launcher for Linux"
+maintainer="Ruthenic <mdrakea3@tutanota.com>"
+license="GPL-3.0-only"
+homepage="https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher"
+#distfiles=""
+#checksum="7c479dea0e87ef8cffb9712ff8258d7a16aa4c3913e604589f5d714be5bf2f71"
+
+do_fetch() {
+	mkdir -p ${pkgname}-${version}
+	cd ${pkgname}-${version}
+	git clone ${homepage} -b v${version} heroic
+	shopt -s dotglob nullglob
+	mv heroic/* .
+	rm -rf heroic
+}
+
+do_build() {
+	yarn
+	yarn dist
+}
+
+do_install() {
+	#Install application files
+	vmkdir usr/lib/heroic-games-launcher
+	vcopy dist/linux-unpacked/* usr/lib/heroic-games-launcher
+	#Symlink binary to /usr/bin
+	vmkdir usr/bin
+	ln -sf /usr/lib/heroic-games-launcher/heroic ${DESTDIR}/usr/bin
+	#Install icons
+	vmkdir usr/share/icons/hicolor
+	vinstall build/icon.png 644 usr/share/icons/hicolor/512x512/apps/ heroic.png
+}

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

end of thread, other threads:[~2022-02-14 22:02 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-02 22:43 [PR PATCH] New package: heroic-games-launcher-1.8.1 Ruthenic
2021-07-06 15:05 ` [PR PATCH] [Updated] " Ruthenic
2021-07-06 15:10 ` Ruthenic
2022-02-14  0:24 ` New package: heroic-games-launcher-1.8.2 tibequadorian
2022-02-14  0:25 ` tibequadorian
2022-02-14  0:27 ` tibequadorian
2022-02-14  0:27 ` tibequadorian
2022-02-14 22:00 ` [PR PATCH] [Closed]: " Ruthenic
2022-02-14 22:00 ` Ruthenic
2022-02-14 22:02 ` Ruthenic

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