* [gentoo-commits] repo/proj/guru:master commit in: net-nntp/nzb-monkey-go/
@ 2024-11-07 23:44 David Roman
0 siblings, 0 replies; only message in thread
From: David Roman @ 2024-11-07 23:44 UTC (permalink / raw
To: gentoo-commits
commit: 468ef344ac0f2f49e56836de8d588b5f4e61cb40
Author: Sebastian Engel <sighunter <AT> gmx <DOT> de>
AuthorDate: Thu Nov 7 14:50:53 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Nov 7 15:06:55 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=468ef344
net-nntp/nzb-monkey-go: new package, add 0.1.16
Signed-off-by: Sebastian Engel <sighunter <AT> gmx.de>
net-nntp/nzb-monkey-go/Manifest | 2 ++
net-nntp/nzb-monkey-go/metadata.xml | 18 ++++++++++++++
net-nntp/nzb-monkey-go/nzb-monkey-go-0.1.16.ebuild | 28 ++++++++++++++++++++++
3 files changed, 48 insertions(+)
diff --git a/net-nntp/nzb-monkey-go/Manifest b/net-nntp/nzb-monkey-go/Manifest
new file mode 100644
index 000000000..594fc5363
--- /dev/null
+++ b/net-nntp/nzb-monkey-go/Manifest
@@ -0,0 +1,2 @@
+DIST nzb-monkey-go-0.1.16-deps.tar.xz 20887516 BLAKE2B aa63a96686dab538158005cb20a128cce64292b228621111f20dd56171c43ab1e60314b74217586eb61fce31d79c79153560bea09eae1d7c2de97573183d6468 SHA512 974c51b4cd5876713c52717eb802a676a90dcd56657939f94bcfb550940fa7262bc125f0e6063e60c0ff5c94446a59352ffd3cceacd31796f3dba72f003be872
+DIST nzb-monkey-go-0.1.16.tar.gz 604216 BLAKE2B d494be3e737421bb1556355b9bdb61cb8fa702334deab0b243df66b782b95af760612a837ec33896635e1d25588933aa54580d48ff6bc91b20ad2c5ec56f7c16 SHA512 b2409c031b85c4811390f090ccd1e146d8c6d32d8f5a48a1d533610157f9398989e1841bfdc6dcdda95229c75be942426376af613eb6e327ee0a245fd7d7a54c
diff --git a/net-nntp/nzb-monkey-go/metadata.xml b/net-nntp/nzb-monkey-go/metadata.xml
new file mode 100644
index 000000000..1675940db
--- /dev/null
+++ b/net-nntp/nzb-monkey-go/metadata.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>sighunter@gmx.de</email>
+ <name>Sebastian Engel</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">Tensai75/nzb-monkey-go</remote-id>
+ </upstream>
+ <longdescription>
+ nzb-monkey-go is a Golang rewrite of the NZB Monkey, the reference
+ implementation of how to handle a NZBLNK-URI. nzb-monkey-go also includes
+ the NZBSearcher functionality, so besides the nzb search engines it can
+ also search directly on the news server and create the NZB file from the
+ article headers.
+ </longdescription>
+</pkgmetadata>
diff --git a/net-nntp/nzb-monkey-go/nzb-monkey-go-0.1.16.ebuild b/net-nntp/nzb-monkey-go/nzb-monkey-go-0.1.16.ebuild
new file mode 100644
index 000000000..75b94d221
--- /dev/null
+++ b/net-nntp/nzb-monkey-go/nzb-monkey-go-0.1.16.ebuild
@@ -0,0 +1,28 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="Golang version of the NZB Monkey with included NZB direct search"
+HOMEPAGE="https://github.com/Tensai75/nzb-monkey-go"
+SRC_URI="
+ https://github.com/Tensai75/nzb-monkey-go/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
+ https://gitlab.com/SigHunter/${CATEGORY}/-/raw/main/${PN}/${P}-deps.tar.xz
+"
+
+LICENSE="MIT"
+# vendored licenses
+LICENSE+=" Apache-2.0 BSD BSD-2 MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+src_compile() {
+ ego build -ldflags="-X main.appVersion=${PV}"
+}
+
+src_install() {
+ dobin nzb-monkey-go
+ einstalldocs
+}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2024-11-07 23:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-07 23:44 [gentoo-commits] repo/proj/guru:master commit in: net-nntp/nzb-monkey-go/ David Roman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox