Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: planarity-3.0.1.1
@ 2021-11-10 18:03 tornaria
  2021-11-10 19:41 ` [PR PATCH] [Updated] " tornaria
  2021-11-10 19:47 ` [PR PATCH] [Merged]: " leahneukirchen
  0 siblings, 2 replies; 3+ messages in thread
From: tornaria @ 2021-11-10 18:03 UTC (permalink / raw)
  To: ml

[-- 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"
+	}
+}

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

end of thread, other threads:[~2021-11-10 19:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-10 18:03 [PR PATCH] New package: planarity-3.0.1.1 tornaria
2021-11-10 19:41 ` [PR PATCH] [Updated] " tornaria
2021-11-10 19:47 ` [PR PATCH] [Merged]: " leahneukirchen

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