Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: pc-0.1
@ 2022-02-19 21:48 ftrvxmtrx
  2022-02-19 21:55 ` [PR PATCH] [Updated] " ftrvxmtrx
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: ftrvxmtrx @ 2022-02-19 21:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ftrvxmtrx/void-packages pc
https://github.com/void-linux/void-packages/pull/35709

New package: pc-0.1
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64, aarch64-musl)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv7l

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

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

From 32f9a51b3606871237672432c31bf5750ed1cf1a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Sigrid=20Solveig=20Hafl=C3=ADnud=C3=B3ttir?=
 <ftrvxmtrx@gmail.com>
Date: Sat, 19 Feb 2022 22:33:43 +0100
Subject: [PATCH] New package: pc-0.1

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

diff --git a/srcpkgs/pc/template b/srcpkgs/pc/template
new file mode 100644
index 000000000000..dc085500be1d
--- /dev/null
+++ b/srcpkgs/pc/template
@@ -0,0 +1,13 @@
+# Template file for 'pc'
+pkgname=pc
+version=0.1
+revision=1
+build_style=gnu-makefile
+make_use_env=yes
+short_desc="Programmer's calculator"
+maintainer="Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com>"
+hostmakedepends="byacc"
+license="MIT"
+homepage="https://git.sr.ht/~ft/pc"
+distfiles="https://git.sr.ht/~ft/pc/archive/${version}.tar.gz"
+checksum=9f0c33eb2cc750de6317bc0df6cefcea92fc94cb63a91fb70c88eacbc057cc34

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

* Re: [PR PATCH] [Updated] New package: pc-0.1
  2022-02-19 21:48 [PR PATCH] New package: pc-0.1 ftrvxmtrx
@ 2022-02-19 21:55 ` ftrvxmtrx
  2022-02-23 20:59 ` ftrvxmtrx
  2022-02-25 23:36 ` [PR PATCH] [Merged]: New package: pc-0.2 leahneukirchen
  2 siblings, 0 replies; 4+ messages in thread
From: ftrvxmtrx @ 2022-02-19 21:55 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by ftrvxmtrx against master on the void-packages repository

https://github.com/ftrvxmtrx/void-packages pc
https://github.com/void-linux/void-packages/pull/35709

New package: pc-0.1
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64, aarch64-musl)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv7l

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

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

From 2d867c584aebdc4d938b2edca3dd9d3f042d660b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Sigrid=20Solveig=20Hafl=C3=ADnud=C3=B3ttir?=
 <ftrvxmtrx@gmail.com>
Date: Sat, 19 Feb 2022 22:33:43 +0100
Subject: [PATCH] New package: pc-0.1

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

diff --git a/srcpkgs/pc/template b/srcpkgs/pc/template
new file mode 100644
index 000000000000..7d948dd45521
--- /dev/null
+++ b/srcpkgs/pc/template
@@ -0,0 +1,17 @@
+# Template file for 'pc'
+pkgname=pc
+version=0.1
+revision=1
+build_style=gnu-makefile
+make_use_env=yes
+hostmakedepends="byacc"
+short_desc="Programmer's calculator"
+maintainer="Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com>"
+license="MIT"
+homepage="https://git.sr.ht/~ft/pc"
+distfiles="https://git.sr.ht/~ft/pc/archive/${version}.tar.gz"
+checksum=9f0c33eb2cc750de6317bc0df6cefcea92fc94cb63a91fb70c88eacbc057cc34
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: pc-0.1
  2022-02-19 21:48 [PR PATCH] New package: pc-0.1 ftrvxmtrx
  2022-02-19 21:55 ` [PR PATCH] [Updated] " ftrvxmtrx
@ 2022-02-23 20:59 ` ftrvxmtrx
  2022-02-25 23:36 ` [PR PATCH] [Merged]: New package: pc-0.2 leahneukirchen
  2 siblings, 0 replies; 4+ messages in thread
From: ftrvxmtrx @ 2022-02-23 20:59 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by ftrvxmtrx against master on the void-packages repository

https://github.com/ftrvxmtrx/void-packages pc
https://github.com/void-linux/void-packages/pull/35709

New package: pc-0.1
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64, aarch64-musl)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv7l

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

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

From 99574b3133cdf836b3a9dfe0e40481021721c1b9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Sigrid=20Solveig=20Hafl=C3=ADnud=C3=B3ttir?=
 <ftrvxmtrx@gmail.com>
Date: Sat, 19 Feb 2022 22:33:43 +0100
Subject: [PATCH] New package: pc-0.2

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

diff --git a/srcpkgs/pc/template b/srcpkgs/pc/template
new file mode 100644
index 000000000000..87ae1871a783
--- /dev/null
+++ b/srcpkgs/pc/template
@@ -0,0 +1,17 @@
+# Template file for 'pc'
+pkgname=pc
+version=0.2
+revision=1
+build_style=gnu-makefile
+make_use_env=yes
+hostmakedepends="byacc"
+short_desc="Programmer's calculator"
+maintainer="Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com>"
+license="MIT"
+homepage="https://git.sr.ht/~ft/pc"
+distfiles="https://git.sr.ht/~ft/pc/archive/${version}.tar.gz"
+checksum=5e9811ee3fdb8a25724a82f96e368aa43f4f60a64e011a8250b3f02cde86ad82
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Merged]: New package: pc-0.2
  2022-02-19 21:48 [PR PATCH] New package: pc-0.1 ftrvxmtrx
  2022-02-19 21:55 ` [PR PATCH] [Updated] " ftrvxmtrx
  2022-02-23 20:59 ` ftrvxmtrx
@ 2022-02-25 23:36 ` leahneukirchen
  2 siblings, 0 replies; 4+ messages in thread
From: leahneukirchen @ 2022-02-25 23:36 UTC (permalink / raw)
  To: ml

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

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

New package: pc-0.2
https://github.com/void-linux/void-packages/pull/35709

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

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64, aarch64-musl)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv7l

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

end of thread, other threads:[~2022-02-25 23:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-19 21:48 [PR PATCH] New package: pc-0.1 ftrvxmtrx
2022-02-19 21:55 ` [PR PATCH] [Updated] " ftrvxmtrx
2022-02-23 20:59 ` ftrvxmtrx
2022-02-25 23:36 ` [PR PATCH] [Merged]: New package: pc-0.2 leahneukirchen

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