Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: ditaa-0.11.0
@ 2019-10-04  5:11 voidlinux-github
  2019-10-08 19:08 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: voidlinux-github @ 2019-10-04  5:11 UTC (permalink / raw)
  To: ml

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

There is a new 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: 1387 bytes --]

From 3d74082381cee4d0ac72109da1910212c987127b 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..ff290cb6163
--- /dev/null
+++ b/srcpkgs/ditaa/template
@@ -0,0 +1,26 @@
+# Template file for 'ditaa'
+pkgname=ditaa
+version=0.11.0
+revision=1
+archs=noarch
+build_style=fetch
+create_wrksrc=yes
+depends="virtual?java-environment"
+short_desc="A 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
+}

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2020-02-22 15:08 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-04  5:11 [PR PATCH] New package: ditaa-0.11.0 voidlinux-github
2019-10-08 19:08 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-08 19:08 ` voidlinux-github
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

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).