Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: dot-0.1.4
@ 2020-04-05 17:59 liketechnik
  2020-04-05 18:17 ` pullmoll
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: liketechnik @ 2020-04-05 17:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/liketechnik/void-packages new-pkg-dot-0.1.4
https://github.com/void-linux/void-packages/pull/20679

New package: dot-0.1.4
`dot` is a command-line tool for managing dotfiles, written in Rust.
Homepage: https://github.com/ubnt-intrepid/dot

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new-pkg-dot-0.1.4-20679.patch --]
[-- Type: text/x-diff, Size: 980 bytes --]

From ef5db878908751e197c263892533aff1c3867658 Mon Sep 17 00:00:00 2001
From: Florian Warzecha <liketechnik@disroot.org>
Date: Sun, 5 Apr 2020 19:57:26 +0200
Subject: [PATCH] New package: dot-0.1.4

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

diff --git a/srcpkgs/dot/template b/srcpkgs/dot/template
new file mode 100644
index 00000000000..2bda0375401
--- /dev/null
+++ b/srcpkgs/dot/template
@@ -0,0 +1,16 @@
+# Template file for 'dot'
+pkgname=dot
+version=0.1.4
+revision=1
+build_style=cargo
+short_desc="Command-line tool for managing dotfiles, written in Rust"
+maintainer="Florian Warzecha <liketechnik@disroot.org>"
+license="MIT"
+homepage="https://github.com/ubnt-intrepid/dot"
+distfiles="https://github.com/ubnt-intrepid/dot/archive/v${version}.tar.gz"
+checksum="7f043f5a0e59b08f36c98e7117a65e5bbfdc927b0b55103e8de0cad5c94d6c1b"
+
+post_install() {
+	vdoc README.md
+	vlicense LICENSE
+}

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

* Re: New package: dot-0.1.4
  2020-04-05 17:59 [PR PATCH] New package: dot-0.1.4 liketechnik
@ 2020-04-05 18:17 ` pullmoll
  2020-04-05 18:20 ` xtraeme
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pullmoll @ 2020-04-05 18:17 UTC (permalink / raw)
  To: ml

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

New comment by pullmoll on void-packages repository

https://github.com/void-linux/void-packages/pull/20679#issuecomment-609459405

Comment:
Note that `/usr/bin/dot` is a binary contained in the package `graphviz` so you either have to conflict with that package, or rename the `dot` binary to e.g. `dot-rust` or similar.


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

* Re: New package: dot-0.1.4
  2020-04-05 17:59 [PR PATCH] New package: dot-0.1.4 liketechnik
  2020-04-05 18:17 ` pullmoll
@ 2020-04-05 18:20 ` xtraeme
  2020-04-05 18:33 ` liketechnik
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: xtraeme @ 2020-04-05 18:20 UTC (permalink / raw)
  To: ml

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

New comment by xtraeme on void-packages repository

https://github.com/void-linux/void-packages/pull/20679#issuecomment-609459807

Comment:
ENOWAY

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

* Re: New package: dot-0.1.4
  2020-04-05 17:59 [PR PATCH] New package: dot-0.1.4 liketechnik
  2020-04-05 18:17 ` pullmoll
  2020-04-05 18:20 ` xtraeme
@ 2020-04-05 18:33 ` liketechnik
  2021-11-06 22:24 ` abenson
  2021-11-06 22:24 ` [PR PATCH] [Closed]: " abenson
  4 siblings, 0 replies; 6+ messages in thread
From: liketechnik @ 2020-04-05 18:33 UTC (permalink / raw)
  To: ml

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

New comment by liketechnik on void-packages repository

https://github.com/void-linux/void-packages/pull/20679#issuecomment-609461606

Comment:
Thanks for the info, I didn't know this explicitly. Imo it would be more sensible to rename the binary into `dot-rust`/`dot-rs`, because `graphviz` is not that uncommon.

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

* Re: New package: dot-0.1.4
  2020-04-05 17:59 [PR PATCH] New package: dot-0.1.4 liketechnik
                   ` (2 preceding siblings ...)
  2020-04-05 18:33 ` liketechnik
@ 2021-11-06 22:24 ` abenson
  2021-11-06 22:24 ` [PR PATCH] [Closed]: " abenson
  4 siblings, 0 replies; 6+ messages in thread
From: abenson @ 2021-11-06 22:24 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/20679#issuecomment-962517740

Comment:
Seemingly abandoned.  We can re-approach when upstream makes a decision.

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

* Re: [PR PATCH] [Closed]: New package: dot-0.1.4
  2020-04-05 17:59 [PR PATCH] New package: dot-0.1.4 liketechnik
                   ` (3 preceding siblings ...)
  2021-11-06 22:24 ` abenson
@ 2021-11-06 22:24 ` abenson
  4 siblings, 0 replies; 6+ messages in thread
From: abenson @ 2021-11-06 22:24 UTC (permalink / raw)
  To: ml

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

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

New package: dot-0.1.4
https://github.com/void-linux/void-packages/pull/20679

Description:
`dot` is a command-line tool for managing dotfiles, written in Rust.
Homepage: https://github.com/ubnt-intrepid/dot

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

end of thread, other threads:[~2021-11-06 22:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-05 17:59 [PR PATCH] New package: dot-0.1.4 liketechnik
2020-04-05 18:17 ` pullmoll
2020-04-05 18:20 ` xtraeme
2020-04-05 18:33 ` liketechnik
2021-11-06 22:24 ` abenson
2021-11-06 22:24 ` [PR PATCH] [Closed]: " abenson

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