Github messages for voidlinux
 help / color / mirror / Atom feed
From: tornaria <tornaria@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] New package: planarity-3.0.1.1
Date: Wed, 10 Nov 2021 19:03:07 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-34015@inbox.vuxu.org> (raw)

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

There is a new pull request by tornaria against master on the void-packages repository

https://github.com/tornaria/void-packages planarity
https://github.com/void-linux/void-packages/pull/34015

New package: planarity-3.0.1.1
- I tested the changes in this PR: **briefly**
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**
- Dependency of sagemath

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

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

From cb8ac189a5255813fbb4e508603ececd9322a715 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Wed, 10 Nov 2021 14:59:20 -0300
Subject: [PATCH] New package: planarity-3.0.1.1

---
 srcpkgs/planarity-devel    |  1 +
 srcpkgs/planarity/template | 25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+)
 create mode 120000 srcpkgs/planarity-devel
 create mode 100644 srcpkgs/planarity/template

diff --git a/srcpkgs/planarity-devel b/srcpkgs/planarity-devel
new file mode 120000
index 000000000000..474ce05b0d78
--- /dev/null
+++ b/srcpkgs/planarity-devel
@@ -0,0 +1 @@
+planarity
\ No newline at end of file
diff --git a/srcpkgs/planarity/template b/srcpkgs/planarity/template
new file mode 100644
index 000000000000..aab5ce4a08fc
--- /dev/null
+++ b/srcpkgs/planarity/template
@@ -0,0 +1,25 @@
+# Template file for 'planarity'
+pkgname=planarity
+version=3.0.1.1
+revision=1
+build_style=gnu-configure
+short_desc="Graph algorithms for planar embedding and related algorithms"
+maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
+license="BSD-3-Clause"
+homepage="https://github.com/graph-algorithms/edge-addition-planarity-suite/"
+distfiles="https://github.com/graph-algorithms/edge-addition-planarity-suite/releases/download/Version_${version}/planarity-${version}.tar.gz"
+checksum=50b686fce6e67ba3a4d0634632c16566539a95d7e51afd066f6b1d5ae0eab284
+
+post_install() {
+	vlicense LICENSE.TXT
+}
+
+planarity-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision} ${makedepends}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove "usr/lib/*.a"
+		vmove "usr/lib/*.so"
+	}
+}

             reply	other threads:[~2021-11-10 18:03 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-10 18:03 tornaria [this message]
2021-11-10 19:41 ` [PR PATCH] [Updated] " tornaria
2021-11-10 19:47 ` [PR PATCH] [Merged]: " leahneukirchen

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-34015@inbox.vuxu.org \
    --to=tornaria@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).