Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: goatcounter-1.2.0
@ 2020-05-24  8:53 anjandev
  2020-05-24  9:14 ` Anachron
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: anjandev @ 2020-05-24  8:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/anjandev/void-packages goatcounter
https://github.com/void-linux/void-packages/pull/22251

New package: goatcounter-1.2.0


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

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

From 5823297c055177a857a08d53db394b933581485a Mon Sep 17 00:00:00 2001
From: Anjandev Momi <anjan@momi.ca>
Date: Sun, 24 May 2020 01:52:29 -0700
Subject: [PATCH] New package: goatcounter-1.2.0

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

diff --git a/srcpkgs/goatcounter/template b/srcpkgs/goatcounter/template
new file mode 100644
index 00000000000..002b1daa409
--- /dev/null
+++ b/srcpkgs/goatcounter/template
@@ -0,0 +1,21 @@
+# Template file for 'goatcounter'
+pkgname=goatcounter
+version=1.2.0
+revision=1
+wrksrc=${pkgname}-${version}
+build_style=go
+go_import_path=zgo.at/goatcounter
+short_desc="Easy web analytics. No tracking of personal data"
+maintainer="Anjandev Momi <anjan@momi.ca>"
+license="EUPL-1.2"
+homepage="https://github.com/zgoat/goatcounter"
+distfiles="https://github.com/zgoat/goatcounter/archive/v${version}.tar.gz"
+checksum=505f8c5848bb368e18c0a041fcbeb87f540813a7455d9a67cdce5a5f25d799e7
+
+do_build() {
+	go build ./cmd/goatcounter
+}
+
+do_install() {
+	vbin goatcounter
+}

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

* Re: New package: goatcounter-1.2.0
  2020-05-24  8:53 [PR PATCH] New package: goatcounter-1.2.0 anjandev
@ 2020-05-24  9:14 ` Anachron
  2020-05-24 10:26 ` [PR PATCH] [Updated] " anjandev
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Anachron @ 2020-05-24  9:14 UTC (permalink / raw)
  To: ml

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

New comment by Anachron on void-packages repository

https://github.com/void-linux/void-packages/pull/22251#issuecomment-633202498

Comment:
Maybe a service file would be useful? Also running as an unprivilidged user may be good. 

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

* Re: [PR PATCH] [Updated] New package: goatcounter-1.2.0
  2020-05-24  8:53 [PR PATCH] New package: goatcounter-1.2.0 anjandev
  2020-05-24  9:14 ` Anachron
@ 2020-05-24 10:26 ` anjandev
  2020-05-24 22:52 ` anjandev
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: anjandev @ 2020-05-24 10:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/anjandev/void-packages goatcounter
https://github.com/void-linux/void-packages/pull/22251

New package: goatcounter-1.2.0
closes  #22087

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

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

From b244eec605da353b193fb1ab29fdd1cb6719499e Mon Sep 17 00:00:00 2001
From: Anjandev Momi <anjan@momi.ca>
Date: Sun, 24 May 2020 01:52:29 -0700
Subject: [PATCH] New package: goatcounter-1.2.0

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

diff --git a/srcpkgs/goatcounter/template b/srcpkgs/goatcounter/template
new file mode 100644
index 00000000000..c43c0cf1aad
--- /dev/null
+++ b/srcpkgs/goatcounter/template
@@ -0,0 +1,14 @@
+# Template file for 'goatcounter'
+pkgname=goatcounter
+version=1.2.0
+revision=1
+wrksrc=${pkgname}-${version}
+build_style=go
+go_import_path=zgo.at/goatcounter
+go_package="${go_import_path}/cmd/goatcounter"
+short_desc="Easy web analytics. No tracking of personal data"
+maintainer="Anjandev Momi <anjan@momi.ca>"
+license="EUPL-1.2"
+homepage="https://www.goatcounter.com/"
+distfiles="https://github.com/zgoat/goatcounter/archive/v${version}.tar.gz"
+checksum=505f8c5848bb368e18c0a041fcbeb87f540813a7455d9a67cdce5a5f25d799e7

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

* Re: [PR PATCH] [Updated] New package: goatcounter-1.2.0
  2020-05-24  8:53 [PR PATCH] New package: goatcounter-1.2.0 anjandev
  2020-05-24  9:14 ` Anachron
  2020-05-24 10:26 ` [PR PATCH] [Updated] " anjandev
@ 2020-05-24 22:52 ` anjandev
  2020-09-04  6:01 ` Anachron
  2020-09-04 14:02 ` [PR PATCH] [Closed]: " sgn
  4 siblings, 0 replies; 6+ messages in thread
From: anjandev @ 2020-05-24 22:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/anjandev/void-packages goatcounter
https://github.com/void-linux/void-packages/pull/22251

New package: goatcounter-1.2.0
closes  #22087

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

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

From f4ad1f349ef14e9ddd585c8f74afbd7a3b6e02cb Mon Sep 17 00:00:00 2001
From: Anjandev Momi <anjan@momi.ca>
Date: Sun, 24 May 2020 01:52:29 -0700
Subject: [PATCH] New package: goatcounter-1.2.0

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

diff --git a/srcpkgs/goatcounter/template b/srcpkgs/goatcounter/template
new file mode 100644
index 00000000000..ec37becd1d4
--- /dev/null
+++ b/srcpkgs/goatcounter/template
@@ -0,0 +1,13 @@
+# Template file for 'goatcounter'
+pkgname=goatcounter
+version=1.2.0
+revision=1
+build_style=go
+go_import_path=zgo.at/goatcounter
+go_package="${go_import_path}/cmd/goatcounter"
+short_desc="Easy web analytics without tracking of personal data"
+maintainer="Anjandev Momi <anjan@momi.ca>"
+license="EUPL-1.2"
+homepage="https://www.goatcounter.com/"
+distfiles="https://github.com/zgoat/goatcounter/archive/v${version}.tar.gz"
+checksum=505f8c5848bb368e18c0a041fcbeb87f540813a7455d9a67cdce5a5f25d799e7

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

* Re: New package: goatcounter-1.2.0
  2020-05-24  8:53 [PR PATCH] New package: goatcounter-1.2.0 anjandev
                   ` (2 preceding siblings ...)
  2020-05-24 22:52 ` anjandev
@ 2020-09-04  6:01 ` Anachron
  2020-09-04 14:02 ` [PR PATCH] [Closed]: " sgn
  4 siblings, 0 replies; 6+ messages in thread
From: Anachron @ 2020-09-04  6:01 UTC (permalink / raw)
  To: ml

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

New comment by Anachron on void-packages repository

https://github.com/void-linux/void-packages/pull/22251#issuecomment-686929581

Comment:
Hows it going here? Is something missing? 

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

* Re: [PR PATCH] [Closed]: New package: goatcounter-1.2.0
  2020-05-24  8:53 [PR PATCH] New package: goatcounter-1.2.0 anjandev
                   ` (3 preceding siblings ...)
  2020-09-04  6:01 ` Anachron
@ 2020-09-04 14:02 ` sgn
  4 siblings, 0 replies; 6+ messages in thread
From: sgn @ 2020-09-04 14:02 UTC (permalink / raw)
  To: ml

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

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

New package: goatcounter-1.2.0
https://github.com/void-linux/void-packages/pull/22251

Description:
closes  #22087

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

end of thread, other threads:[~2020-09-04 14:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-24  8:53 [PR PATCH] New package: goatcounter-1.2.0 anjandev
2020-05-24  9:14 ` Anachron
2020-05-24 10:26 ` [PR PATCH] [Updated] " anjandev
2020-05-24 22:52 ` anjandev
2020-09-04  6:01 ` Anachron
2020-09-04 14:02 ` [PR PATCH] [Closed]: " sgn

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