Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: generate-ninja-0.4.1
@ 2020-10-18  8:49 shizonic
  2020-10-18  9:25 ` Johnnynator
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: shizonic @ 2020-10-18  8:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/shizonic/void-packages generate-ninja
https://github.com/void-linux/void-packages/pull/25703

New package: generate-ninja-0.4.1


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

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

From 8ca6fbde799a0e6a1ac465f8eecef6b56d53647c Mon Sep 17 00:00:00 2001
From: Toby Merz <realtiaz@gmail.com>
Date: Sun, 18 Oct 2020 10:48:40 +0200
Subject: [PATCH] New package: generate-ninja-0.4.1

---
 srcpkgs/generate-ninja/template | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 srcpkgs/generate-ninja/template

diff --git a/srcpkgs/generate-ninja/template b/srcpkgs/generate-ninja/template
new file mode 100644
index 00000000000..52cca8ab882
--- /dev/null
+++ b/srcpkgs/generate-ninja/template
@@ -0,0 +1,27 @@
+# Template file for 'generate-ninja'
+pkgname=generate-ninja
+version=0.4.1
+revision=1
+archs="x86_64 i686"
+hostmakedepends="clang ninja python"
+depends="libglib-devel"
+short_desc="Meta-build system that generates build files for Ninja"
+maintainer="shizonic <realtiaz@gmail.com>"
+license="BSD-2-Clause"
+homepage="https://github.com/o-lim/generate-ninja"
+distfiles="https://github.com/o-lim/generate-ninja/archive/v${version}.tar.gz"
+checksum=1b2bec9dd18602a4af9dc8782ca809e44305f1435d43c55f35ec9eec50ca7e9a
+
+do_build() {
+	python build/gen.py
+	ninja -C out
+}
+
+do_install() {
+	vbin out/gn
+	vlicense LICENSE
+
+	for f in docs/*; do
+		vdoc ${f}
+	done
+}

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

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

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-18  8:49 [PR PATCH] New package: generate-ninja-0.4.1 shizonic
2020-10-18  9:25 ` Johnnynator
2020-10-18  9:39 ` shizonic
2020-10-18 10:35 ` Johnnynator
2020-10-18 11:30 ` shizonic
2020-10-19 11:34 ` [PR PATCH] [Closed]: " shizonic

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