Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: revive-1.0.0
@ 2020-01-03 10:57 voidlinux-github
  2020-01-03 11:05 ` [PR PATCH] [Updated] " voidlinux-github
  2020-01-17 18:13 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 2 replies; 3+ messages in thread
From: voidlinux-github @ 2020-01-03 10:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/PaperMountainStudio/void-packages new-package-revive
https://github.com/void-linux/void-packages/pull/18004

New package: revive-1.0.0


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new-package-revive-18004.patch --]
[-- Type: text/x-diff, Size: 1032 bytes --]

From fa9e539b2af71316bcc0399ab6056d32ab3e7d7a Mon Sep 17 00:00:00 2001
From: Paper Mountain Studio <kodycze@gmail.com>
Date: Fri, 3 Jan 2020 11:55:59 +0100
Subject: [PATCH] New package: revive-1.0.0

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

diff --git a/srcpkgs/revive/template b/srcpkgs/revive/template
new file mode 100644
index 00000000000..5189777a950
--- /dev/null
+++ b/srcpkgs/revive/template
@@ -0,0 +1,19 @@
+# Template file for 'revive'
+pkgname=revive
+version=1.0.0
+revision=1
+build_style=go
+go_import_path="github.com/mgechev/revive"
+makedepends="git"
+short_desc="Drop-in replacement for golint"
+maintainer="Paper <paper@tilde.institute>"
+license="MIT"
+homepage="https://revive.run/"
+distfiles="https://github.com/mgechev/revive/archive/v$version.tar.gz"
+checksum=604129d620459995282eb084fd198a04d791687580bf802398836852c81640ef
+
+post_install() {
+	vdoc RULES_DESCRIPTIONS.md
+	vdoc README.md
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: revive-1.0.0
  2020-01-03 10:57 [PR PATCH] New package: revive-1.0.0 voidlinux-github
@ 2020-01-03 11:05 ` voidlinux-github
  2020-01-17 18:13 ` [PR PATCH] [Merged]: " voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2020-01-03 11:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/PaperMountainStudio/void-packages new-package-revive
https://github.com/void-linux/void-packages/pull/18004

New package: revive-1.0.0


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new-package-revive-18004.patch --]
[-- Type: text/x-diff, Size: 1036 bytes --]

From 1304044508d8af549cbf4d42b86aa2ed4b8b6d47 Mon Sep 17 00:00:00 2001
From: Paper Mountain Studio <kodycze@gmail.com>
Date: Fri, 3 Jan 2020 11:55:59 +0100
Subject: [PATCH] New package: revive-1.0.0

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

diff --git a/srcpkgs/revive/template b/srcpkgs/revive/template
new file mode 100644
index 00000000000..b01a861c322
--- /dev/null
+++ b/srcpkgs/revive/template
@@ -0,0 +1,19 @@
+# Template file for 'revive'
+pkgname=revive
+version=1.0.0
+revision=1
+build_style=go
+go_import_path="github.com/mgechev/revive"
+hostmakedepends="git"
+short_desc="Drop-in replacement for golint"
+maintainer="Paper <paper@tilde.institute>"
+license="MIT"
+homepage="https://revive.run/"
+distfiles="https://github.com/mgechev/revive/archive/v$version.tar.gz"
+checksum=604129d620459995282eb084fd198a04d791687580bf802398836852c81640ef
+
+post_install() {
+	vdoc RULES_DESCRIPTIONS.md
+	vdoc README.md
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Merged]: New package: revive-1.0.0
  2020-01-03 10:57 [PR PATCH] New package: revive-1.0.0 voidlinux-github
  2020-01-03 11:05 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-01-17 18:13 ` voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2020-01-17 18:13 UTC (permalink / raw)
  To: ml

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

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

New package: revive-1.0.0
https://github.com/void-linux/void-packages/pull/18004

Description:


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

end of thread, other threads:[~2020-01-17 18:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-03 10:57 [PR PATCH] New package: revive-1.0.0 voidlinux-github
2020-01-03 11:05 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-17 18:13 ` [PR PATCH] [Merged]: " voidlinux-github

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