Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: uget-integrator-1.0.0
@ 2019-10-08  4:39 voidlinux-github
  2019-10-08  4:50 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: voidlinux-github @ 2019-10-08  4:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/RunningDroid/void-packages add_uget-integrator
https://github.com/void-linux/void-packages/pull/15233

New package: uget-integrator-1.0.0


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

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

From b1d0148f2f7b0271759dc5d904ba33a1ce0b1db7 Mon Sep 17 00:00:00 2001
From: RunningDroid <runningdroid@zoho.com>
Date: Tue, 8 Oct 2019 00:32:46 -0400
Subject: [PATCH] New package: uget-integrator-1.0.0

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

diff --git a/srcpkgs/uget-integrator/template b/srcpkgs/uget-integrator/template
new file mode 100644
index 00000000000..8bfb558a8eb
--- /dev/null
+++ b/srcpkgs/uget-integrator/template
@@ -0,0 +1,21 @@
+# Template file for 'uget-integrator'
+pkgname=uget-integrator
+version=1.0.0
+revision=1
+depends="python3 uget"
+short_desc="A native messaging script to allow uGet to integrate with a browser"
+maintainer="RunningDroid <runningdroid@zoho.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/ugetdm/uget-integrator"
+distfiles="https://github.com/ugetdm/uget-integrator/archive/v1.0.0.tar.gz"
+checksum=bbc85c32d94e2b6a21977c559f6e49cea9613028713df89e91327a23fef19fa9
+
+do_install () {
+	vbin bin/uget-integrator
+
+	# setup chromium integration
+	vinstall conf/com.ugetdm.chrome.json 0644 etc/chromium/native-messaging-hosts/
+
+	# setup firefox integration
+	vinstall conf/com.ugetdm.firefox.json 0644 usr/lib/mozilla/native-messaging-hosts/
+}

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

end of thread, other threads:[~2020-11-01 19:54 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-08  4:39 [PR PATCH] New package: uget-integrator-1.0.0 voidlinux-github
2019-10-08  4:50 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-08  4:50 ` voidlinux-github
2019-10-09  2:54 ` voidlinux-github
2019-10-09  2:54 ` voidlinux-github
2020-11-01  2:21 ` ericonr
2020-11-01 19:54 ` [PR PATCH] [Merged]: " Johnnynator

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