Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: elfkickers-3.2.
@ 2023-01-30 14:32 zlice
  2023-01-30 14:39 ` [PR PATCH] [Updated] " zlice
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: zlice @ 2023-01-30 14:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zlice/void-packages elfkickers
https://github.com/void-linux/void-packages/pull/41960

New package: elfkickers-3.2.

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

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


#### Comments

Never sure on licenses - https://github.com/BR903/ELFkickers/blob/master/COPYING

Mostly manual build steps because it's so bare, not sure if there's another or better way to go about that.

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

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

From c356399f678d4ab06948ff79ee460dcb450bac5b Mon Sep 17 00:00:00 2001
From: zlice <zlice555@gmail.com>
Date: Mon, 30 Jan 2023 09:22:24 -0500
Subject: [PATCH] New package: elfkickers-3.2.

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

diff --git a/srcpkgs/elfkickers/template b/srcpkgs/elfkickers/template
new file mode 100644
index 000000000000..1c59a6955c84
--- /dev/null
+++ b/srcpkgs/elfkickers/template
@@ -0,0 +1,26 @@
+# Template file for 'elfkickers'
+pkgname=elfkickers
+version=3.2
+revision=1
+build_style=gnu-makefile
+short_desc="Collection of ELF utilities"
+maintainer="Zlice <zlice555@gmail.com>"
+license="GPL-2.0-only"
+homepage="https://www.muppetlabs.com/~breadbox/software/elfkickers.html"
+distfiles="http://www.muppetlabs.com/~breadbox/pub/software/ELFkickers-${version}.tar.gz"
+checksum=9b81e6c53e0c94fc198d9882eb737156f36d565152dc32118897c77b06a2687c
+
+pre_build() {
+	sed "0,/prefix.*/{s/prefix.*/prefix=\/usr/}" -i Makefile
+}
+
+do_build() {
+	make ${makejobs}
+}
+
+do_install() {
+	for b in ebfc elfls elftoc infect objres rebind sstrip ; do
+		vbin bin/$b
+		vman doc/$b.1
+	done
+}

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

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

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-30 14:32 [PR PATCH] New package: elfkickers-3.2 zlice
2023-01-30 14:39 ` [PR PATCH] [Updated] " zlice
2023-01-30 14:41 ` zlice
2023-05-01  1:54 ` github-actions
2023-05-01  1:57 ` [PR PATCH] [Updated] " zlice
2023-05-01  1:58 ` zlice
2023-06-19 20:24 ` [PR PATCH] [Updated] " zlice
2023-06-25 20:14 ` [PR PATCH] [Closed]: " 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).