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

* Re: [PR PATCH] [Updated] New package: sqsh-tools-1.2.1
  2023-12-02 12:03 [PR PATCH] New package: sqsh-tools-1.2.1 Gottox
@ 2023-12-02 12:09 ` Gottox
  2023-12-15 19:13 ` Gottox
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Gottox @ 2023-12-02 12:09 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 2339 bytes --]

From 303da434b561e0b74ced80266890c261f4d5604b 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..4a8358e5462f6
--- /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/sqsh-tools/"
+distfiles="https://github.com/Gottox/sqsh-tools/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

* Re: [PR PATCH] [Updated] New package: sqsh-tools-1.2.1
  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
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Gottox @ 2023-12-15 19:13 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 2339 bytes --]

From d346955293923c3850896728c25c7f1c55c2fe71 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.3.0

---
 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..20f603169d6be
--- /dev/null
+++ b/srcpkgs/sqsh-tools/template
@@ -0,0 +1,34 @@
+# Template file for 'sqsh-tools'
+pkgname=sqsh-tools
+version=1.3.0
+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/sqsh-tools/"
+distfiles="https://github.com/Gottox/sqsh-tools/archive/refs/tags/v${version}.tar.gz"
+checksum=660d20cb2360d80f641b0a8b4f28226054b6ce761d88d3b8e35565a854cdb696
+
+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

* Re: [PR PATCH] [Updated] New package: sqsh-tools-1.3.0
  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 ` Gottox
  2023-12-21 17:34 ` Gottox
  2023-12-30 18:21 ` [PR PATCH] [Merged]: " Gottox
  4 siblings, 0 replies; 6+ messages in thread
From: Gottox @ 2023-12-15 19:14 UTC (permalink / raw)
  To: ml

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

There is an updated 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.3.0
#### 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: 2339 bytes --]

From a54438c0bfa6fce97c1201552d800df0e31c7be1 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.3.0

---
 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..da4cc1e02c8a5 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.3.0_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..20f603169d6be
--- /dev/null
+++ b/srcpkgs/sqsh-tools/template
@@ -0,0 +1,34 @@
+# Template file for 'sqsh-tools'
+pkgname=sqsh-tools
+version=1.3.0
+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/sqsh-tools/"
+distfiles="https://github.com/Gottox/sqsh-tools/archive/refs/tags/v${version}.tar.gz"
+checksum=660d20cb2360d80f641b0a8b4f28226054b6ce761d88d3b8e35565a854cdb696
+
+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

* Re: [PR PATCH] [Updated] New package: sqsh-tools-1.3.0
  2023-12-02 12:03 [PR PATCH] New package: sqsh-tools-1.2.1 Gottox
                   ` (2 preceding siblings ...)
  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
  4 siblings, 0 replies; 6+ messages in thread
From: Gottox @ 2023-12-21 17:34 UTC (permalink / raw)
  To: ml

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

There is an updated 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.3.0
#### 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: 2712 bytes --]

From 03d44a308af556705abe79385570dbe7dddfce2a 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.3.0

---
 common/shlibs               |  1 +
 srcpkgs/libsqsh             |  1 +
 srcpkgs/libsqsh-devel       |  1 +
 srcpkgs/sqsh-tools/template | 47 +++++++++++++++++++++++++++++++++++++
 4 files changed, 50 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 a45654c4fa3cf..983b188a4e4c2 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4277,3 +4277,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.3.0_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..9b7e2b7870670
--- /dev/null
+++ b/srcpkgs/sqsh-tools/template
@@ -0,0 +1,47 @@
+# Template file for 'sqsh-tools'
+pkgname=sqsh-tools
+version=1.3.0
+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/sqsh-tools/"
+distfiles="
+ https://github.com/Gottox/sqsh-tools/archive/refs/tags/v${version}.tar.gz
+ https://github.com/Gottox/cextras/archive/36fdb446e11fd4830f93c14340df26c3205d8c33.tar.gz
+"
+checksum="
+ 660d20cb2360d80f641b0a8b4f28226054b6ce761d88d3b8e35565a854cdb696
+ 9f046157c6837ba9c0c8f30fa4dd120221284a55d9217f07a26d632e0b5fc06f
+"
+build_wrksrc="sqsh-tools-${version}"
+
+post_extract() {
+	mkdir -p sqsh-tools-${version}/subprojects
+	mv cextras-36fdb446e11fd4830f93c14340df26c3205d8c33 \
+		sqsh-tools-${version}/subprojects
+}
+
+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

* Re: [PR PATCH] [Merged]: New package: sqsh-tools-1.3.0
  2023-12-02 12:03 [PR PATCH] New package: sqsh-tools-1.2.1 Gottox
                   ` (3 preceding siblings ...)
  2023-12-21 17:34 ` Gottox
@ 2023-12-30 18:21 ` Gottox
  4 siblings, 0 replies; 6+ messages in thread
From: Gottox @ 2023-12-30 18:21 UTC (permalink / raw)
  To: ml

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

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

New package: sqsh-tools-1.3.0
https://github.com/void-linux/void-packages/pull/47532

Description:
#### 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


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