Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: libbraiding-1.1
@ 2021-11-21 14:12 tornaria
  2021-11-21 14:14 ` [PR PATCH] [Updated] " tornaria
  2021-11-21 15:27 ` [PR PATCH] [Merged]: " leahneukirchen
  0 siblings, 2 replies; 3+ messages in thread
From: tornaria @ 2021-11-21 14:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tornaria/void-packages libbraiding
https://github.com/void-linux/void-packages/pull/34184

New package: libbraiding-1.1
sagemath dependency

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

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

From 711bc5985fcefb0b79d242e8365a685348d45d60 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Sun, 21 Nov 2021 11:09:57 -0300
Subject: [PATCH] New package: libbraiding-1.1

---
 srcpkgs/libbraiding-devel    |  1 +
 srcpkgs/libbraiding/template | 21 +++++++++++++++++++++
 2 files changed, 22 insertions(+)
 create mode 120000 srcpkgs/libbraiding-devel
 create mode 100644 srcpkgs/libbraiding/template

diff --git a/srcpkgs/libbraiding-devel b/srcpkgs/libbraiding-devel
new file mode 120000
index 000000000000..987bf7b229be
--- /dev/null
+++ b/srcpkgs/libbraiding-devel
@@ -0,0 +1 @@
+libbraiding
\ No newline at end of file
diff --git a/srcpkgs/libbraiding/template b/srcpkgs/libbraiding/template
new file mode 100644
index 000000000000..33808a2a8a01
--- /dev/null
+++ b/srcpkgs/libbraiding/template
@@ -0,0 +1,21 @@
+# Template file for 'libbraiding'
+pkgname=libbraiding
+version=1.1
+revision=1
+build_style=gnu-configure
+short_desc="Library to compute several properties of braids"
+maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/miguelmarco/libbraiding/"
+distfiles="https://github.com/miguelmarco/libbraiding/releases/download/$version/libbraiding-$version.tar.gz"
+checksum=f436998c8639b4ae6073a4d16a024f7278abbd305961c901347accd6b70c4a53
+
+libbraiding-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

* Re: [PR PATCH] [Updated] New package: libbraiding-1.1
  2021-11-21 14:12 [PR PATCH] New package: libbraiding-1.1 tornaria
@ 2021-11-21 14:14 ` tornaria
  2021-11-21 15:27 ` [PR PATCH] [Merged]: " leahneukirchen
  1 sibling, 0 replies; 3+ messages in thread
From: tornaria @ 2021-11-21 14:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tornaria/void-packages libbraiding
https://github.com/void-linux/void-packages/pull/34184

New package: libbraiding-1.1
sagemath dependency

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

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

From 711bc5985fcefb0b79d242e8365a685348d45d60 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Sun, 21 Nov 2021 11:09:57 -0300
Subject: [PATCH] New package: libbraiding-1.1

---
 srcpkgs/libbraiding-devel    |  1 +
 srcpkgs/libbraiding/template | 21 +++++++++++++++++++++
 2 files changed, 22 insertions(+)
 create mode 120000 srcpkgs/libbraiding-devel
 create mode 100644 srcpkgs/libbraiding/template

diff --git a/srcpkgs/libbraiding-devel b/srcpkgs/libbraiding-devel
new file mode 120000
index 000000000000..987bf7b229be
--- /dev/null
+++ b/srcpkgs/libbraiding-devel
@@ -0,0 +1 @@
+libbraiding
\ No newline at end of file
diff --git a/srcpkgs/libbraiding/template b/srcpkgs/libbraiding/template
new file mode 100644
index 000000000000..33808a2a8a01
--- /dev/null
+++ b/srcpkgs/libbraiding/template
@@ -0,0 +1,21 @@
+# Template file for 'libbraiding'
+pkgname=libbraiding
+version=1.1
+revision=1
+build_style=gnu-configure
+short_desc="Library to compute several properties of braids"
+maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/miguelmarco/libbraiding/"
+distfiles="https://github.com/miguelmarco/libbraiding/releases/download/$version/libbraiding-$version.tar.gz"
+checksum=f436998c8639b4ae6073a4d16a024f7278abbd305961c901347accd6b70c4a53
+
+libbraiding-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

* Re: [PR PATCH] [Merged]: New package: libbraiding-1.1
  2021-11-21 14:12 [PR PATCH] New package: libbraiding-1.1 tornaria
  2021-11-21 14:14 ` [PR PATCH] [Updated] " tornaria
@ 2021-11-21 15:27 ` leahneukirchen
  1 sibling, 0 replies; 3+ messages in thread
From: leahneukirchen @ 2021-11-21 15:27 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

New package: libbraiding-1.1
https://github.com/void-linux/void-packages/pull/34184

Description:
sagemath dependency

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

end of thread, other threads:[~2021-11-21 15:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-21 14:12 [PR PATCH] New package: libbraiding-1.1 tornaria
2021-11-21 14:14 ` [PR PATCH] [Updated] " tornaria
2021-11-21 15:27 ` [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).