Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: havoc-0.5.0
@ 2023-06-20 22:01 ii8
  2023-06-20 22:17 ` [PR PATCH] [Updated] " ii8
  2023-06-29 20:27 ` [PR PATCH] [Merged]: " Duncaen
  0 siblings, 2 replies; 3+ messages in thread
From: ii8 @ 2023-06-20 22:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ii8/void-packages havoc
https://github.com/void-linux/void-packages/pull/44546

New package: havoc-0.5.0
#### 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, (x86_64-musl)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl

 #43935 can be closed if this is merged

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

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

From cd5d39d4edc9804187c0c2f39abe5f28f1b1fca2 Mon Sep 17 00:00:00 2001
From: murray <murray.calavera@protonmail.com>
Date: Tue, 20 Jun 2023 22:51:36 +0100
Subject: [PATCH] New package: havoc-0.5.0

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

diff --git a/srcpkgs/havoc/template b/srcpkgs/havoc/template
new file mode 100644
index 000000000000..903c020a41d6
--- /dev/null
+++ b/srcpkgs/havoc/template
@@ -0,0 +1,13 @@
+# Template file for 'havoc'
+pkgname=havoc
+version=0.5.0
+revision=1
+build_style=gnu-makefile
+hostmakedepends="wayland-devel pkg-config"
+makedepends="wayland-devel wayland-protocols libxkbcommon-devel"
+short_desc="Minimal terminal emulator for Wayland on Linux"
+maintainer="ii8 <murray.calavera@protonmail.com>"
+license="MIT"
+homepage="https://github.com/ii8/havoc"
+distfiles="https://github.com/ii8/havoc/archive/refs/tags/${version}.tar.gz"
+checksum=3b0d37b13e3ca21f5e22f1e62a32fe736119cd5c601307c4000bed5fee179f77

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

* Re: [PR PATCH] [Updated] New package: havoc-0.5.0
  2023-06-20 22:01 [PR PATCH] New package: havoc-0.5.0 ii8
@ 2023-06-20 22:17 ` ii8
  2023-06-29 20:27 ` [PR PATCH] [Merged]: " Duncaen
  1 sibling, 0 replies; 3+ messages in thread
From: ii8 @ 2023-06-20 22:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ii8/void-packages havoc
https://github.com/void-linux/void-packages/pull/44546

New package: havoc-0.5.0
#### 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, (x86_64-musl)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl

 #43935 can be closed if this is merged

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

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

From d0a1d5bec7eec220915253f00bc56c9006a9862e Mon Sep 17 00:00:00 2001
From: murray <murray.calavera@protonmail.com>
Date: Tue, 20 Jun 2023 22:51:36 +0100
Subject: [PATCH] New package: havoc-0.5.0

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

diff --git a/srcpkgs/havoc/template b/srcpkgs/havoc/template
new file mode 100644
index 000000000000..5df4864bbd71
--- /dev/null
+++ b/srcpkgs/havoc/template
@@ -0,0 +1,17 @@
+# Template file for 'havoc'
+pkgname=havoc
+version=0.5.0
+revision=1
+build_style=gnu-makefile
+hostmakedepends="wayland-devel pkg-config"
+makedepends="wayland-devel wayland-protocols libxkbcommon-devel"
+short_desc="Minimal terminal emulator for Wayland on Linux"
+maintainer="ii8 <murray.calavera@protonmail.com>"
+license="Public Domain, MIT"
+homepage="https://github.com/ii8/havoc"
+distfiles="https://github.com/ii8/havoc/archive/refs/tags/${version}.tar.gz"
+checksum=3b0d37b13e3ca21f5e22f1e62a32fe736119cd5c601307c4000bed5fee179f77
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Merged]: New package: havoc-0.5.0
  2023-06-20 22:01 [PR PATCH] New package: havoc-0.5.0 ii8
  2023-06-20 22:17 ` [PR PATCH] [Updated] " ii8
@ 2023-06-29 20:27 ` Duncaen
  1 sibling, 0 replies; 3+ messages in thread
From: Duncaen @ 2023-06-29 20:27 UTC (permalink / raw)
  To: ml

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

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

New package: havoc-0.5.0
https://github.com/void-linux/void-packages/pull/44546

Description:
#### 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, (x86_64-musl)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl

 #43935 can be closed if this is merged

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

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-20 22:01 [PR PATCH] New package: havoc-0.5.0 ii8
2023-06-20 22:17 ` [PR PATCH] [Updated] " ii8
2023-06-29 20:27 ` [PR PATCH] [Merged]: " 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).