Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: typstfmt-0.2.6
@ 2023-11-27 15:02 Eloitor
  2023-11-28 15:54 ` [PR REVIEW] " classabbyamp
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Eloitor @ 2023-11-27 15:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages typstfmt
https://github.com/void-linux/void-packages/pull/47430

New package: typstfmt-0.2.6
#### 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-glibc)


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

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

From 5d76a918019dc2d3de3325089b6d6d8dc1a8859e Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@duck.com>
Date: Mon, 27 Nov 2023 17:01:30 +0100
Subject: [PATCH] New package: typstfmt-0.2.6

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

diff --git a/srcpkgs/typstfmt/template b/srcpkgs/typstfmt/template
new file mode 100644
index 0000000000000..cf3a4dcd68bb3
--- /dev/null
+++ b/srcpkgs/typstfmt/template
@@ -0,0 +1,16 @@
+# Template file for 'typstfmt'
+pkgname=typstfmt
+version=0.2.6
+revision=1
+build_style=cargo
+short_desc="Formatter for Typst"
+maintainer="Eloi Torrents <eloitor@duck.com>"
+license="MIT"
+homepage="https://github.com/astrale-sharp/typstfmt"
+changelog="https://raw.githubusercontent.com/astrale-sharp/typstfmt/master/CHANGELOG.md"
+distfiles="https://github.com/astrale-sharp/typstfmt/archive/refs/tags/${version}.tar.gz"
+checksum=3f7fda161e7e6692236bdcf3221ca7c7a62e06b8587b5c27e585291a6f0e47c2
+
+post_install() {
+	vlicense LICENSE.md
+}

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

* Re: [PR REVIEW] New package: typstfmt-0.2.6
  2023-11-27 15:02 [PR PATCH] New package: typstfmt-0.2.6 Eloitor
@ 2023-11-28 15:54 ` classabbyamp
  2023-11-28 16:06 ` [PR PATCH] [Updated] " Eloitor
  2023-11-28 16:22 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2023-11-28 15:54 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/47430#discussion_r1407999517

Comment:

```bash
export TYPSTFMT_VERSION="$version"
```
otherwise it embeds `$version (unknown hash)` in the binary

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

* Re: [PR PATCH] [Updated] New package: typstfmt-0.2.6
  2023-11-27 15:02 [PR PATCH] New package: typstfmt-0.2.6 Eloitor
  2023-11-28 15:54 ` [PR REVIEW] " classabbyamp
@ 2023-11-28 16:06 ` Eloitor
  2023-11-28 16:22 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: Eloitor @ 2023-11-28 16:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages typstfmt
https://github.com/void-linux/void-packages/pull/47430

New package: typstfmt-0.2.6
#### 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-glibc)


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

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

From 46251b06a769a39cda5328a25499a457844bad6d Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@duck.com>
Date: Mon, 27 Nov 2023 17:01:30 +0100
Subject: [PATCH] New package: typstfmt-0.2.6

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

diff --git a/srcpkgs/typstfmt/template b/srcpkgs/typstfmt/template
new file mode 100644
index 0000000000000..8cb3a84a89be8
--- /dev/null
+++ b/srcpkgs/typstfmt/template
@@ -0,0 +1,17 @@
+# Template file for 'typstfmt'
+pkgname=typstfmt
+version=0.2.6
+revision=1
+build_style=cargo
+short_desc="Formatter for Typst"
+maintainer="Eloi Torrents <eloitor@duck.com>"
+license="MIT"
+homepage="https://github.com/astrale-sharp/typstfmt"
+changelog="https://raw.githubusercontent.com/astrale-sharp/typstfmt/master/CHANGELOG.md"
+distfiles="https://github.com/astrale-sharp/typstfmt/archive/refs/tags/${version}.tar.gz"
+checksum=3f7fda161e7e6692236bdcf3221ca7c7a62e06b8587b5c27e585291a6f0e47c2
+export TYPSTFMT_VERSION="$version"
+
+post_install() {
+	vlicense LICENSE.md
+}

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

* Re: [PR PATCH] [Merged]: New package: typstfmt-0.2.6
  2023-11-27 15:02 [PR PATCH] New package: typstfmt-0.2.6 Eloitor
  2023-11-28 15:54 ` [PR REVIEW] " classabbyamp
  2023-11-28 16:06 ` [PR PATCH] [Updated] " Eloitor
@ 2023-11-28 16:22 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2023-11-28 16:22 UTC (permalink / raw)
  To: ml

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

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

New package: typstfmt-0.2.6
https://github.com/void-linux/void-packages/pull/47430

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


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

end of thread, other threads:[~2023-11-28 16:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-27 15:02 [PR PATCH] New package: typstfmt-0.2.6 Eloitor
2023-11-28 15:54 ` [PR REVIEW] " classabbyamp
2023-11-28 16:06 ` [PR PATCH] [Updated] " Eloitor
2023-11-28 16:22 ` [PR PATCH] [Merged]: " classabbyamp

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