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: Sat, 13 Jul 2019 12:09:47 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-13080@inbox.vuxu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 325 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/13080

New package: bfg-1.13.0


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

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

From 6a7f41abf627be5786cd58176df76dad1f0a3d43 Mon Sep 17 00:00:00 2001
From: Monkey 7 <monkeyseven@fblog.ch>
Date: Sat, 13 Jul 2019 12:06:26 +0200
Subject: [PATCH] New package: bfg-1.13.0

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

diff --git a/srcpkgs/bfg/template b/srcpkgs/bfg/template
new file mode 100644
index 00000000000..075fa14b113
--- /dev/null
+++ b/srcpkgs/bfg/template
@@ -0,0 +1,29 @@
+# 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} ${pkgname}-${version}.jar
+}
+
+

             reply	other threads:[~2019-07-13 10:09 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-13 10:09 voidlinux-github [this message]
2019-07-14 11:10 ` [PR PATCH] [Updated] " voidlinux-github
2019-07-14 11:10 ` voidlinux-github
2019-07-14 11:13 ` voidlinux-github
2019-07-14 15:21 ` voidlinux-github
2019-07-14 17:49 ` [PR PATCH] [Updated] " voidlinux-github
2019-07-14 17:49 ` voidlinux-github
2019-07-15  7:36 ` [PR PATCH] [Closed]: " voidlinux-github
2019-07-17  7:48 [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-13080@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).