Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: passff-host-1.2.1
@ 2020-01-17  5:05 voidlinux-github
  2020-01-17 16:06 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: voidlinux-github @ 2020-01-17  5:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/vpzomtrrfrt/void-packages passff-host
https://github.com/void-linux/void-packages/pull/18336

New package: passff-host-1.2.1


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

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

From 105bc0135104e1a4aa4c51366ca9954709b54d23 Mon Sep 17 00:00:00 2001
From: Colin Reeder <colin@vpzom.click>
Date: Thu, 16 Jan 2020 22:00:11 -0700
Subject: [PATCH] New package: passff-host-1.2.1

---
 srcpkgs/passff-host/template | 26 ++++++++++++++++++++++++++
 srcpkgs/passff-host/update   |  2 ++
 2 files changed, 28 insertions(+)
 create mode 100644 srcpkgs/passff-host/template
 create mode 100644 srcpkgs/passff-host/update

diff --git a/srcpkgs/passff-host/template b/srcpkgs/passff-host/template
new file mode 100644
index 00000000000..5267e4a6612
--- /dev/null
+++ b/srcpkgs/passff-host/template
@@ -0,0 +1,26 @@
+# Template file for 'passff-host'
+pkgname=passff-host
+version=1.2.1
+revision=1
+hostmakedepends="make"
+makedepends=""
+depends="python3"
+short_desc="Host app for the WebExtension PassFF"
+maintainer="Colin Reeder <colin@vpzom.click>"
+license="GPL-2.0"
+homepage="https://github.com/passff/passff-host"
+distfiles="https://github.com/passff/passff-host/releases/download/$version/passff.json https://github.com/passff/passff-host/releases/download/$version/passff.py"
+checksum="cd871bcf29d71e53f986fb74b7f2b1867151ba2b2a27318044c7bfaa38827282 6db5c9c435bfe8efc0f626e38144eff4c045d90d8508a295c990abbae411ac6c"
+skip_extraction="passff.json passff.py"
+create_wrksrc=yes
+
+do_install() {
+	local srcdir="$XBPS_SRCDISTDIR/$pkgname-$version"
+	vinstall "$srcdir"/passff.py 755 usr/libexec
+
+	sed "s#PLACEHOLDER#/usr/libexec/passff.py#g" "$srcdir"/passff.json > passff.json
+
+	for dir in "usr/lib/mozilla/native-messaging-hosts" "etc/opt/chrome/native-messaging-hosts" "etc/chromium/native-messaging-hosts" "etc/vivaldi/native-messaging-hosts"; do
+		vinstall passff.json 644 "$dir"
+	done
+}
diff --git a/srcpkgs/passff-host/update b/srcpkgs/passff-host/update
new file mode 100644
index 00000000000..d012a166fd1
--- /dev/null
+++ b/srcpkgs/passff-host/update
@@ -0,0 +1,2 @@
+site=https://api.github.com/repos/passff/passff-host/tags
+pattern="v\K[^\d]*([\d\.]+)"

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

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

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-17  5:05 [PR PATCH] New package: passff-host-1.2.1 voidlinux-github
2020-01-17 16:06 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-17 17:14 ` voidlinux-github
2020-01-17 17:15 ` voidlinux-github
2020-01-17 17:15 ` voidlinux-github
2020-01-17 19:08 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-17 19:08 ` voidlinux-github
2020-01-17 23:34 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-18  2:58 ` [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).