Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: ditaa-0.11.0
Date: Tue, 08 Oct 2019 21:08:56 +0200	[thread overview]
Message-ID: <20191008190856.OQl8gadfLKuJPP4ukNKdeHisdRfU91THlFTVNk3FOh0@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-15051@inbox.vuxu.org>

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

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

https://github.com/egorenar/void-packages ditaa
https://github.com/void-linux/void-packages/pull/15051

New package: ditaa-0.11.0


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

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

From 1b6df192708de487fdc80198ebb5e1ba810e0dc9 Mon Sep 17 00:00:00 2001
From: Alexander Egorenkov <egorenar-dev@posteo.net>
Date: Fri, 4 Oct 2019 07:07:17 +0200
Subject: [PATCH] New package: ditaa-0.11.0

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

diff --git a/srcpkgs/ditaa/template b/srcpkgs/ditaa/template
new file mode 100644
index 00000000000..c7978f18bd4
--- /dev/null
+++ b/srcpkgs/ditaa/template
@@ -0,0 +1,26 @@
+# Template file for 'ditaa'
+pkgname=ditaa
+version=0.11.0
+revision=1
+archs=noarch
+create_wrksrc=yes
+build_style=fetch
+depends="virtual?java-environment"
+short_desc="Small utility that converts ascii-art diagrams to bitmap diagrams"
+maintainer="Alexander Egorenkov <egorenar-dev@posteo.net>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/stathissideris/ditaa"
+distfiles="${homepage}/releases/download/v${version}/${pkgname}-${version}-standalone.jar"
+checksum=9418aa63ff6d89c5d2318396f59836e120e75bea7a5930c4d34aa10fe7a196a9
+
+do_build() {
+	mv ${pkgname}-${version}-standalone.jar ${pkgname}-${version}.jar
+	echo "#!/bin/sh" > ditaa
+	echo "java -jar /usr/share/java/${pkgname}-${version}.jar \$@" >> ditaa
+	chmod 755 ditaa
+}
+
+do_install() {
+	vbin ditaa
+	vinstall ${pkgname}-${version}.jar 644 usr/share/java ${pkgname}-${version}.jar
+}

  parent reply	other threads:[~2019-10-08 19:08 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-04  5:11 [PR PATCH] " voidlinux-github
2019-10-08 19:08 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-08 19:08 ` voidlinux-github [this message]
2019-10-08 19:09 ` voidlinux-github
2019-10-08 19:09 ` voidlinux-github
2019-10-31 18:55 ` voidlinux-github
2019-10-31 18:55 ` voidlinux-github
2019-10-31 19:06 ` voidlinux-github
2019-11-03 15:13 ` voidlinux-github
2019-12-26 10:49 ` [PR PATCH] [Updated] " voidlinux-github
2019-12-27 19:09 ` voidlinux-github
2020-01-26 11:09 ` [PR PATCH] [Updated] " voidlinux-github
2020-02-22 15:08 ` [PR PATCH] [Merged]: " xtraeme

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=20191008190856.OQl8gadfLKuJPP4ukNKdeHisdRfU91THlFTVNk3FOh0@z \
    --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).