Github messages for voidlinux
 help / color / mirror / Atom feed
From: jason1987d <jason1987d@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: yacy-1.922
Date: Thu, 23 Jul 2020 16:27:56 +0200	[thread overview]
Message-ID: <20200723142756.-_jWf5aFYf3cmWkBQVdkBXAcJL1inkgJi6ZgjDWsn5Y@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23742@inbox.vuxu.org>

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

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

https://github.com/jason1987d/void-packages yacy-1.922
https://github.com/void-linux/void-packages/pull/23742

New package: yacy-1.922


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

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

From 7795ff338d51ff6de3ec2a931bc3e46a007d433b Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Wed, 22 Jul 2020 13:17:10 -0500
Subject: [PATCH] New package: yacy-1.922

---
 srcpkgs/yacy/files/yacy/run |  2 ++
 srcpkgs/yacy/template       | 35 +++++++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)
 create mode 100644 srcpkgs/yacy/files/yacy/run
 create mode 100644 srcpkgs/yacy/template

diff --git a/srcpkgs/yacy/files/yacy/run b/srcpkgs/yacy/files/yacy/run
new file mode 100644
index 00000000000..c5544513c35
--- /dev/null
+++ b/srcpkgs/yacy/files/yacy/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec chpst -u yacy:yacy /var/lib/yacy/startYACY.sh -f
diff --git a/srcpkgs/yacy/template b/srcpkgs/yacy/template
new file mode 100644
index 00000000000..3d3ad7e438f
--- /dev/null
+++ b/srcpkgs/yacy/template
@@ -0,0 +1,35 @@
+# Template file for 'yacy'
+pkgname=yacy
+version=1.922
+revision=1
+hostmakedepends="openjdk apache-ant"
+depends="openjdk-jre"
+short_desc="YaCy p2p decentralized search engine"
+maintainer="Jason Manley <jason@jasondavid.tv>"
+license="GPL-3.0-or-later"
+homepage="https://yacy.net"
+distfiles="http://latest.yacy.net/yacy_v${version}_20191013_9964.tar.gz"
+checksum=@99af963642dafaeab2657ad59315e7b7896bf4c1e7091f8f67e95e71802d44df
+
+system_accounts="yacy"
+yacy_homedir="/var/lib/yacy"
+yacy_shell="/bin/bash"
+make_dirs="/var/lib/yacy 0755 yacy yacy"
+
+post_extract() {
+	mv ${XBPS_BUILDDIR}/{yacy,yacy-1.922}
+}
+
+do_build() {
+	export JAVA_HOME=/usr/lib/jvm/java-1.8-openjdk
+	ant clean all
+}
+
+do_install() {
+	vmkdir var/lib/yacy
+	vcopy $XBPS_BUILDDIR/yacy-1.922/* var/lib/yacy
+}
+
+post_install() {
+	vsv yacy
+}

  reply	other threads:[~2020-07-23 14:27 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-22 18:19 [PR PATCH] " jason1987d
2020-07-23 14:27 ` jason1987d [this message]
2020-07-23 14:53 ` jason1987d
2020-07-23 14:57 ` [PR REVIEW] " ericonr
2020-07-23 14:57 ` ericonr
2020-07-23 14:57 ` ericonr
2020-07-23 14:58 ` [PR PATCH] [Updated] " jason1987d
2020-07-23 14:59 ` [PR REVIEW] " jason1987d
2020-07-23 15:47 ` jason1987d
2020-07-23 21:13 ` jason1987d
2020-07-23 21:16 ` jason1987d
2020-07-23 21:17 ` [PR PATCH] [Updated] " jason1987d
2020-07-23 22:08 ` [PR REVIEW] " ericonr
2020-07-23 22:08 ` ericonr
2020-07-23 22:17 ` jason1987d
2020-07-25  2:09 ` [PR PATCH] [Updated] " jason1987d
2020-07-25  2:13 ` jason1987d
2020-07-29  1:14 ` [PR PATCH] [Updated] " jason1987d
2020-07-29  1:17 ` jason1987d
2020-11-09  4:16 ` jason1987d
2021-03-02 19:49 ` [PR PATCH] [Updated] " jason1987d
2021-03-02 21:52 ` [PR PATCH] [Closed]: " jason1987d
  -- strict thread matches above, loose matches on Subject: below --
2020-07-21 21:39 [PR PATCH] " jason1987d
2020-07-21 22:38 ` [PR PATCH] [Updated] " jason1987d
2020-07-21 23:09 ` jason1987d
2020-07-21 23:15 ` jason1987d
2020-07-21 23:17 ` jason1987d
2020-07-22  0:17 ` jason1987d
2020-07-22  0:19 ` jason1987d
2020-07-22 17:44 ` jason1987d

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200723142756.-_jWf5aFYf3cmWkBQVdkBXAcJL1inkgJi6ZgjDWsn5Y@z \
    --to=jason1987d@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).