Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: sqsh-tools-1.2.1
@ 2023-12-02 12:03 Gottox
  2023-12-02 12:09 ` [PR PATCH] [Updated] " Gottox
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Gottox @ 2023-12-02 12:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/void-linux/void-packages sqsh-tools-1.2.1
https://github.com/void-linux/void-packages/pull/47532

New package: sqsh-tools-1.2.1
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-sqsh-tools-1.2.1-47532.patch --]
[-- Type: text/x-diff, Size: 2333 bytes --]

From 960655f73ccb940e31adf06b610a8ba203aa621f Mon Sep 17 00:00:00 2001
From: Enno Boland <gottox@voidlinux.org>
Date: Mon, 28 Aug 2023 09:28:35 +0200
Subject: [PATCH] New package: sqsh-tools-1.2.1

---
 common/shlibs               |  1 +
 srcpkgs/libsqsh             |  1 +
 srcpkgs/libsqsh-devel       |  1 +
 srcpkgs/sqsh-tools/template | 34 ++++++++++++++++++++++++++++++++++
 4 files changed, 37 insertions(+)
 create mode 120000 srcpkgs/libsqsh
 create mode 120000 srcpkgs/libsqsh-devel
 create mode 100644 srcpkgs/sqsh-tools/template

diff --git a/common/shlibs b/common/shlibs
index a1e923068c5be..0cc2c1f4aaa91 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4275,3 +4275,4 @@ libdraco.so.8 draco-1.5.6_1
 libpdal_base.so.15 libpdal-2.5.6_1
 libpdal_util.so.15 libpdal-2.5.6_1
 libdisplay-info.so.1 libdisplay-info-0.1.1_1
+libsqsh.so.1 libsqsh-1.2.1_1
diff --git a/srcpkgs/libsqsh b/srcpkgs/libsqsh
new file mode 120000
index 0000000000000..3c69f57415027
--- /dev/null
+++ b/srcpkgs/libsqsh
@@ -0,0 +1 @@
+sqsh-tools
\ No newline at end of file
diff --git a/srcpkgs/libsqsh-devel b/srcpkgs/libsqsh-devel
new file mode 120000
index 0000000000000..3c69f57415027
--- /dev/null
+++ b/srcpkgs/libsqsh-devel
@@ -0,0 +1 @@
+sqsh-tools
\ No newline at end of file
diff --git a/srcpkgs/sqsh-tools/template b/srcpkgs/sqsh-tools/template
new file mode 100644
index 0000000000000..6ed73b7997cdb
--- /dev/null
+++ b/srcpkgs/sqsh-tools/template
@@ -0,0 +1,34 @@
+# Template file for 'sqsh-tools'
+pkgname=sqsh-tools
+version=1.2.1
+revision=1
+build_style=meson
+makedepends="libcurl-devel zlib-devel liblz4-devel liblzma-devel libzstd-devel
+ fuse3-devel"
+short_desc="Fresh squashfs implementation"
+maintainer="Enno Boland <gottox@voidlinux.org>"
+license="BSD-2-Clause"
+homepage="https://gottox.de/libsqsh/"
+distfiles="https://github.com/Gottox/libsqsh/archive/refs/tags/v${version}.tar.gz"
+checksum=89ba31924ec8c010ad6745095450a2c8ef106656749617d090b4a69f5b0fe412
+
+post_install() {
+	vlicense LICENSE
+}
+
+libsqsh-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.so"
+		vmove "usr/lib/libsqsh.a"
+	}
+}
+
+libsqsh_package() {
+	pkg_install() {
+		vmove "usr/lib/libsqsh.so.*"
+	}
+}

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

end of thread, other threads:[~2023-12-30 18:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-02 12:03 [PR PATCH] New package: sqsh-tools-1.2.1 Gottox
2023-12-02 12:09 ` [PR PATCH] [Updated] " Gottox
2023-12-15 19:13 ` Gottox
2023-12-15 19:14 ` [PR PATCH] [Updated] New package: sqsh-tools-1.3.0 Gottox
2023-12-21 17:34 ` Gottox
2023-12-30 18:21 ` [PR PATCH] [Merged]: " Gottox

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