Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: ldid-2.1.2
@ 2020-10-24  3:43 CRKatri
  2021-11-06 23:35 ` [PR PATCH] [Closed]: " abenson
  0 siblings, 1 reply; 2+ messages in thread
From: CRKatri @ 2020-10-24  3:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/CRKatri/void-packages ldid
https://github.com/void-linux/void-packages/pull/25838

New package: ldid-2.1.2
Note: I had to use my mirror because upstream only has TLS 1.0

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

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

From 131c00fda195c841ddbfd46207885a59758e21b3 Mon Sep 17 00:00:00 2001
From: Cameron Katri <katri.cameron@gmail.com>
Date: Fri, 23 Oct 2020 23:41:34 -0400
Subject: [PATCH] New package: ldid-2.1.2

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

diff --git a/srcpkgs/ldid/template b/srcpkgs/ldid/template
new file mode 100644
index 00000000000..adcd83fe183
--- /dev/null
+++ b/srcpkgs/ldid/template
@@ -0,0 +1,21 @@
+# Template file for 'ldid'
+pkgname=ldid
+version=2.1.2
+revision=1
+makedepends="libressl-devel libplist-devel libxml2-devel"
+short_desc="a tool used for ad-hoc codesigning iOS binaries"
+maintainer="Cameron Katri <katri.cameron@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://git.saurik.com/ldid.git"
+distfiles="https://github.com/CRKatri/ldid/archive/${version}.tar.gz"
+checksum=7d0d4dda58235d4b5f8472788b8c4280d24eecbc57172339281fbbf7b65e836b
+
+do_build() {
+	${CC} -I. -c -o lookup2.o lookup2.c
+	${CXX} -std=c++11 -o ldid lookup2.o ldid.cpp -I. -lcrypto -lplist-2.0 -lxml2
+}
+
+do_install() {
+	vbin ldid
+	ln -s ldid ${DESTDIR}/usr/bin/ldid2
+}

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

* Re: [PR PATCH] [Closed]: New package: ldid-2.1.2
  2020-10-24  3:43 [PR PATCH] New package: ldid-2.1.2 CRKatri
@ 2021-11-06 23:35 ` abenson
  0 siblings, 0 replies; 2+ messages in thread
From: abenson @ 2021-11-06 23:35 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

New package: ldid-2.1.2
https://github.com/void-linux/void-packages/pull/25838

Description:
Note: I had to use my mirror because upstream only has TLS 1.0

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

end of thread, other threads:[~2021-11-06 23:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-24  3:43 [PR PATCH] New package: ldid-2.1.2 CRKatri
2021-11-06 23:35 ` [PR PATCH] [Closed]: " abenson

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