Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: knit-1.0.0
@ 2023-04-17 19:35 TeddyDD
  2023-04-17 19:37 ` [PR PATCH] [Updated] " TeddyDD
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: TeddyDD @ 2023-04-17 19:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TeddyDD/void-packages-1 add-knit
https://github.com/void-linux/void-packages/pull/43501

New package: knit-1.0.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

https://github.com/zyedidia/knit

#### 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**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 4d88541f0b266bab5e9725e1905b44c5282bd06f Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Mon, 17 Apr 2023 21:34:53 +0200
Subject: [PATCH] New package: knit-1.0.0

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

diff --git a/srcpkgs/knit/template b/srcpkgs/knit/template
new file mode 100644
index 000000000000..a346811c61e1
--- /dev/null
+++ b/srcpkgs/knit/template
@@ -0,0 +1,25 @@
+# Template file for 'knit'
+pkgname=knit
+version=1.0.0
+revision=1
+build_style=go
+go_import_path=github.com/zyedidia/knit/cmd/knit
+go_ldflags="-X github.com/zyedidia/knit/info.Version=$version"
+hostmakedepends="pandoc"
+short_desc="Build tool inspired by Make and Plan9 Mk"
+maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
+license="MIT"
+homepage="https://github.com/zyedidia/knit"
+distfiles="https://github.com/zyedidia/knit/archive/v${version}.tar.gz"
+checksum=18c78e98c4675f765537b332da0dcbb7eac855220c703a81deaa03b2c0e3a092
+
+post_build() {
+	go build -o tools/replace/replace tools/replace/replace.go
+	tools/replace/replace man/knit.md tools/replace/replace | pandoc -s -t man -o knit.1
+}
+
+post_install() {
+	vman ./knit.1
+	vlicense LICENSE
+	vlicense LICENSE-EXTRA
+}

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

* Re: [PR PATCH] [Updated] New package: knit-1.0.0
  2023-04-17 19:35 [PR PATCH] New package: knit-1.0.0 TeddyDD
@ 2023-04-17 19:37 ` TeddyDD
  2023-04-22 21:07 ` TeddyDD
  2023-05-20 23:20 ` [PR PATCH] [Closed]: " TeddyDD
  2 siblings, 0 replies; 4+ messages in thread
From: TeddyDD @ 2023-04-17 19:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TeddyDD/void-packages-1 add-knit
https://github.com/void-linux/void-packages/pull/43501

New package: knit-1.0.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

https://github.com/zyedidia/knit

#### 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**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From c9761ed92f55b7e3c23a2eaab01ce8c699920c18 Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Mon, 17 Apr 2023 21:34:53 +0200
Subject: [PATCH] New package: knit-1.0.0

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

diff --git a/srcpkgs/knit/template b/srcpkgs/knit/template
new file mode 100644
index 000000000000..75738ecef535
--- /dev/null
+++ b/srcpkgs/knit/template
@@ -0,0 +1,25 @@
+# Template file for 'knit'
+pkgname=knit
+version=1.0.0
+revision=1
+build_style=go
+go_import_path=github.com/zyedidia/knit/cmd/knit
+go_ldflags="-X github.com/zyedidia/knit/info.Version=$version"
+hostmakedepends="pandoc"
+short_desc="Build tool inspired by Make and Plan9 Mk"
+maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
+license="MIT"
+homepage="https://github.com/zyedidia/knit"
+distfiles="https://github.com/zyedidia/knit/archive/v${version}.tar.gz"
+checksum=18c78e98c4675f765537b332da0dcbb7eac855220c703a81deaa03b2c0e3a092
+
+post_build() {
+	go build -o tools/replace/replace tools/replace/replace.go
+	tools/replace/replace man/knit.md | pandoc -s -t man -o knit.1
+}
+
+post_install() {
+	vman ./knit.1
+	vlicense LICENSE
+	vlicense LICENSE-EXTRA
+}

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

* Re: [PR PATCH] [Updated] New package: knit-1.0.0
  2023-04-17 19:35 [PR PATCH] New package: knit-1.0.0 TeddyDD
  2023-04-17 19:37 ` [PR PATCH] [Updated] " TeddyDD
@ 2023-04-22 21:07 ` TeddyDD
  2023-05-20 23:20 ` [PR PATCH] [Closed]: " TeddyDD
  2 siblings, 0 replies; 4+ messages in thread
From: TeddyDD @ 2023-04-22 21:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TeddyDD/void-packages-1 add-knit
https://github.com/void-linux/void-packages/pull/43501

New package: knit-1.0.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

https://github.com/zyedidia/knit

#### 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**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From edce3911f1f35fa9af40ba5dbc5327eb36c31919 Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Mon, 17 Apr 2023 21:34:53 +0200
Subject: [PATCH] New package: knit-1.1.0

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

diff --git a/srcpkgs/knit/template b/srcpkgs/knit/template
new file mode 100644
index 000000000000..9bad9f7b9e63
--- /dev/null
+++ b/srcpkgs/knit/template
@@ -0,0 +1,25 @@
+# Template file for 'knit'
+pkgname=knit
+version=1.1.0
+revision=1
+build_style=go
+go_import_path=github.com/zyedidia/knit/cmd/knit
+go_ldflags="-X github.com/zyedidia/knit/info.Version=$version"
+hostmakedepends="pandoc"
+short_desc="Build tool inspired by Make and Plan9 Mk"
+maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
+license="MIT"
+homepage="https://github.com/zyedidia/knit"
+distfiles="https://github.com/zyedidia/knit/archive/v${version}.tar.gz"
+checksum=ab92b240adc1f63502bd1de7f1d3eb64f508aa1e2ca7955d648d0a7351bbf37f
+
+post_build() {
+	go build -o tools/replace/replace tools/replace/replace.go
+	tools/replace/replace man/knit.md | pandoc -s -t man -o knit.1
+}
+
+post_install() {
+	vman ./knit.1
+	vlicense LICENSE
+	vlicense LICENSE-EXTRA
+}

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

* Re: [PR PATCH] [Closed]: New package: knit-1.0.0
  2023-04-17 19:35 [PR PATCH] New package: knit-1.0.0 TeddyDD
  2023-04-17 19:37 ` [PR PATCH] [Updated] " TeddyDD
  2023-04-22 21:07 ` TeddyDD
@ 2023-05-20 23:20 ` TeddyDD
  2 siblings, 0 replies; 4+ messages in thread
From: TeddyDD @ 2023-05-20 23:20 UTC (permalink / raw)
  To: ml

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

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

New package: knit-1.0.0
https://github.com/void-linux/void-packages/pull/43501

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

https://github.com/zyedidia/knit

#### 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**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2023-05-20 23:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-17 19:35 [PR PATCH] New package: knit-1.0.0 TeddyDD
2023-04-17 19:37 ` [PR PATCH] [Updated] " TeddyDD
2023-04-22 21:07 ` TeddyDD
2023-05-20 23:20 ` [PR PATCH] [Closed]: " TeddyDD

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