Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: [PR PATCH] New package: bfg-1.13.0
Date: Wed, 17 Jul 2019 09:48:33 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-13166@inbox.vuxu.org> (raw)

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

There is a new pull request by Monkey-7-12 against master on the void-packages repository

https://github.com/Monkey-7-12/void-packages bfg-repo-cleaner
https://github.com/void-linux/void-packages/pull/13166

New package: bfg-1.13.0
Neuer Pull-Request
(Nach der Reparatur meines beschädigten Repository)

New pull-request
(After repairing my corrupt repository)


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bfg-repo-cleaner-13166.patch --]
[-- Type: application/text/x-diff, Size: 1301 bytes --]

From 54c9308e0a6381f793e79a019ed8a7df254b5aba Mon Sep 17 00:00:00 2001
From: Monkey-7-12 <monkeyseven@fblog.ch>
Date: Tue, 16 Jul 2019 18:34:43 +0200
Subject: [PATCH] New package: bfg-1.13.0

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

diff --git a/srcpkgs/bfg/template b/srcpkgs/bfg/template
new file mode 100644
index 00000000000..c581f10d210
--- /dev/null
+++ b/srcpkgs/bfg/template
@@ -0,0 +1,26 @@
+# Template file for 'bfg'
+pkgname=bfg
+version=1.13.0
+revision=1
+archs=noarch
+create_wrksrc=yes
+depends="virtual?java-runtime"
+short_desc="BFG Repo-Cleaner"
+maintainer="Monkey 7 <monkeyseven@fblog.ch>"
+license="GPL-3.0-or-later"
+homepage="https://rtyley.github.io/bfg-repo-cleaner"
+distfiles="https://repo1.maven.org/maven2/com/madgag/bfg/${version}/bfg-${version}.jar"
+checksum=bf22bab9dd42d4682b490d6bc366afdad6c3da99f97521032d3be8ba7526c8ce
+skip_extraction="bfg-${version}.jar"
+
+do_build() {
+	echo "#!/bin/sh" > ${pkgname}
+	echo "java -jar /usr/share/${pkgname}/${pkgname}-${version}.jar \$@" >> ${pkgname}
+	chmod 755 ${pkgname}
+}
+
+do_install() {
+	# Main class
+	vbin ${pkgname}
+	vinstall $XBPS_SRCDISTDIR/${pkgname}-${version}/${pkgname}-${version}.jar 644 usr/share/${pkgname}
+}

             reply	other threads:[~2019-07-17  7:48 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-17  7:48 voidlinux-github [this message]
2020-02-10 13:41 ` [PR PATCH] [Closed]: " voidlinux-github
  -- strict thread matches above, loose matches on Subject: below --
2019-07-13 10:09 [PR PATCH] " voidlinux-github

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-13166@inbox.vuxu.org \
    --to=voidlinux-github@inbox.vuxu.org \
    --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).