Github messages for voidlinux
 help / color / mirror / Atom feed
From: felix <felix@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] New package: dumpasn1
Date: Tue, 13 Feb 2024 02:08:20 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-48681@inbox.vuxu.org> (raw)

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

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

https://github.com/felix/void-packages dumpasn1
https://github.com/void-linux/void-packages/pull/48681

New package: dumpasn1
#### 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**

#### Local build testing
- I built this PR locally for my native architecture, (amd64-glibc)

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

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

From cd4f221a47b23960a59fd9b8bfc09f71a837ab1d Mon Sep 17 00:00:00 2001
From: Felix Hanley <felix@userspace.com.au>
Date: Tue, 13 Feb 2024 12:01:08 +1100
Subject: [PATCH] New package: dumpasn1

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

diff --git a/srcpkgs/dumpasn1/template b/srcpkgs/dumpasn1/template
new file mode 100644
index 0000000000000..30084622f7bd5
--- /dev/null
+++ b/srcpkgs/dumpasn1/template
@@ -0,0 +1,28 @@
+# Template file for 'dumpasn1'
+pkgname=dumpasn1
+version=20210422
+revision=1
+makedepends="curl"
+short_desc="ASN.1 data display"
+maintainer="Felix Hanley <felix@userspace.com.au>"
+license="BSD"
+homepage="https://www.cs.auckland.ac.nz/~pgut001/"
+checksum=8ce8fdbf2e9b11d410b0ab4e44a6b3f89c27080113f051ec1054d230e050a0b8
+
+do_fetch() {
+	mkdir -p ${wrksrc}
+	$fetch_cmd "${homepage}/dumpasn1.c"
+}
+do_extract() {
+	mv ../dumpasn1.c ./
+}
+
+do_build() {
+	$CC -o dumpasn1 dumpasn1.c
+}
+
+do_install() {
+	vbin dumpasn1
+	head -n59 dumpasn1.c >LICENSE
+	vlicense LICENSE
+}

             reply	other threads:[~2024-02-13  1:08 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-13  1:08 felix [this message]
2024-02-13  1:12 ` [PR PATCH] [Updated] " felix
2024-02-13  1:18 ` felix
2024-02-13  3:06 ` [PR REVIEW] " classabbyamp
2024-02-13  3:15 ` ahesford
2024-02-13  3:17 ` [PR PATCH] [Closed]: " ahesford
2024-02-13  4:21 ` felix

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-48681@inbox.vuxu.org \
    --to=felix@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).