Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: ObjFW-1.0.3
@ 2023-09-23 18:59 nsailor
  2023-09-23 19:01 ` nsailor
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: nsailor @ 2023-09-23 18:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/nsailor/void-packages objfw
https://github.com/void-linux/void-packages/pull/46204

New package: ObjFW-1.0.3
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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-musl



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

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

From 1cfe518c9b93dede25b97cd27be39e60f32de0cd Mon Sep 17 00:00:00 2001
From: Jason Barmparesos <github@jasonb.dev>
Date: Sat, 23 Sep 2023 18:34:42 +0000
Subject: [PATCH] New package: ObjFW-1.0.3

---
 srcpkgs/ObjFW-devel    |  1 +
 srcpkgs/ObjFW/template | 23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+)
 create mode 120000 srcpkgs/ObjFW-devel
 create mode 100644 srcpkgs/ObjFW/template

diff --git a/srcpkgs/ObjFW-devel b/srcpkgs/ObjFW-devel
new file mode 120000
index 0000000000000..374aa22431a1d
--- /dev/null
+++ b/srcpkgs/ObjFW-devel
@@ -0,0 +1 @@
+ObjFW
\ No newline at end of file
diff --git a/srcpkgs/ObjFW/template b/srcpkgs/ObjFW/template
new file mode 100644
index 0000000000000..05fdb0959054f
--- /dev/null
+++ b/srcpkgs/ObjFW/template
@@ -0,0 +1,23 @@
+# Template file for 'ObjFW'
+pkgname=ObjFW
+version=1.0.3
+revision=1
+build_style=gnu-configure
+makedepends="openssl-devel clang"
+short_desc="Portable framework for the Objective-C language"
+maintainer="Jason Barmparesos <github@jasonb.dev>"
+license="GPL-2.0-only,GPL-3.0-only,QPL-1.0"
+homepage="https://objfw.nil.im"
+changelog="https://objfw.nil.im/file?name=ChangeLog&ci=trunk"
+distfiles="https://objfw.nil.im/downloads/objfw-${version}.tar.gz"
+checksum=1c81d7d03578b2d9084fc5d8722d4eaa4bdc2f3f09ce41231e7ceab8212fae17
+
+ObjFW-devel_package() {
+	short_desc+=" - development files and utilities"
+	depends="${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		vmove usr/include
+		vmove "usr/lib/*.so"
+		vmove "usr/bin/objfw-*"
+	}
+}

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

end of thread, other threads:[~2024-03-03 14:44 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-23 18:59 [PR PATCH] New package: ObjFW-1.0.3 nsailor
2023-09-23 19:01 ` nsailor
2023-09-23 19:01 ` nsailor
2023-09-23 19:05 ` [PR PATCH] [Updated] [WIP] " nsailor
2023-09-23 19:06 ` nsailor
2023-09-25 20:13 ` [PR PATCH] [Updated] " nsailor
2023-09-25 20:35 ` nsailor
2023-09-27 18:34 ` [PR PATCH] [Updated] [WIP] " nsailor
2023-09-27 18:37 ` [PR PATCH] [Updated] " nsailor
2023-09-27 18:46 ` nsailor
2023-10-12 20:01 ` nsailor
2023-11-03 21:04 ` [PR PATCH] [Updated] New package: ObjFW-1.0.4 nsailor
2023-11-08 21:21 ` nsailor
2024-02-07  1:44 ` New package: ObjFW-1.0.5 github-actions
2024-02-21  1:44 ` [PR PATCH] [Closed]: " github-actions
2024-02-21  1:48 ` abenson
2024-03-03 14:44 ` nsailor

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