Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: gcc4ti-0.96b11
@ 2020-04-08  8:34 tibequadorian
  2020-04-08  9:51 ` [PR PATCH] [Updated] " tibequadorian
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: tibequadorian @ 2020-04-08  8:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tibequadorian/void-packages master
https://github.com/void-linux/void-packages/pull/20748

New package: gcc4ti-0.96b11


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

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

From 50f1630b875b0f50d0b2909850eee6561fd058fe Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 8 Apr 2020 10:33:47 +0200
Subject: [PATCH] New package: gcc4ti-0.96b11

---
 srcpkgs/gcc4ti/INSTALL.msg |  4 ++++
 srcpkgs/gcc4ti/template    | 25 +++++++++++++++++++++++++
 2 files changed, 29 insertions(+)
 create mode 100644 srcpkgs/gcc4ti/INSTALL.msg
 create mode 100644 srcpkgs/gcc4ti/template

diff --git a/srcpkgs/gcc4ti/INSTALL.msg b/srcpkgs/gcc4ti/INSTALL.msg
new file mode 100644
index 00000000000..943780086ba
--- /dev/null
+++ b/srcpkgs/gcc4ti/INSTALL.msg
@@ -0,0 +1,4 @@
+
+Make sure you set $TIGCC to /opt/gcc4ti and append $TIGCC/bin to your $PATH
+before using GCC4TI
+
diff --git a/srcpkgs/gcc4ti/template b/srcpkgs/gcc4ti/template
new file mode 100644
index 00000000000..f8851386cdb
--- /dev/null
+++ b/srcpkgs/gcc4ti/template
@@ -0,0 +1,25 @@
+# Template file for 'gcc4ti'
+pkgname=gcc4ti
+version=0.96b11
+revision=1
+_commit=8861b73d548cd1715afb375ba57b1e29da43599b
+wrksrc=gcc4ti-${_commit}
+hostmakedepends="tar patch"
+short_desc="Complete and mature GPL SDK for the TI-68k calculators"
+maintainer="tibequadorian <tibequadorian@posteo.de>"
+license="GPL-2.0-only"
+homepage="https://github.com/debrouxl/gcc4ti"
+distfiles="https://github.com/debrouxl/gcc4ti/archive/${_commit}.tar.gz"
+checksum=b65eca299c188a1f07887128c4b247363734f1fc44add153c439c07632bfbca1
+
+do_install() {
+	cd trunk/tigcc-linux/scripts
+	./updatesrc
+	export PREFIX_GCC4TI=$DESTDIR/opt/gcc4ti
+	export PATH=$PATH:$PREFIX_GCC4TI/bin
+	export CFLAGS="-Os -s -fno-exceptions -fomit-frame-pointer"
+	cd ../gcc4ti-0.96b11/scripts
+	for i in {1..5}; do
+		./Install_step_$i
+	done
+}

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

* Re: [PR PATCH] [Updated] New package: gcc4ti-0.96b11
  2020-04-08  8:34 [PR PATCH] New package: gcc4ti-0.96b11 tibequadorian
@ 2020-04-08  9:51 ` tibequadorian
  2020-04-08 14:15 ` [PR PATCH] [Closed]: " tibequadorian
  2020-04-08 14:15 ` [PR PATCH] [Updated] " tibequadorian
  2 siblings, 0 replies; 5+ messages in thread
From: tibequadorian @ 2020-04-08  9:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tibequadorian/void-packages master
https://github.com/void-linux/void-packages/pull/20748

New package: gcc4ti-0.96b11


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

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

From 62e1dc6a265671c307a6a630808008f6d3b674e3 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 8 Apr 2020 10:33:47 +0200
Subject: [PATCH] New package: gcc4ti-0.96b11

---
 srcpkgs/gcc4ti/INSTALL.msg |  4 ++++
 srcpkgs/gcc4ti/template    | 28 ++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)
 create mode 100644 srcpkgs/gcc4ti/INSTALL.msg
 create mode 100644 srcpkgs/gcc4ti/template

diff --git a/srcpkgs/gcc4ti/INSTALL.msg b/srcpkgs/gcc4ti/INSTALL.msg
new file mode 100644
index 00000000000..943780086ba
--- /dev/null
+++ b/srcpkgs/gcc4ti/INSTALL.msg
@@ -0,0 +1,4 @@
+
+Make sure you set $TIGCC to /opt/gcc4ti and append $TIGCC/bin to your $PATH
+before using GCC4TI
+
diff --git a/srcpkgs/gcc4ti/template b/srcpkgs/gcc4ti/template
new file mode 100644
index 00000000000..a73c2666e06
--- /dev/null
+++ b/srcpkgs/gcc4ti/template
@@ -0,0 +1,28 @@
+# Template file for 'gcc4ti'
+pkgname=gcc4ti
+version=0.96b11
+revision=1
+_commit=8861b73d548cd1715afb375ba57b1e29da43599b
+wrksrc=gcc4ti-${_commit}
+hostmakedepends="tar patch"
+short_desc="Complete and mature GPL SDK for the TI-68k calculators"
+maintainer="tibequadorian <tibequadorian@posteo.de>"
+license="GPL-2.0-only"
+homepage="https://github.com/debrouxl/gcc4ti"
+distfiles="https://github.com/debrouxl/gcc4ti/archive/${_commit}.tar.gz"
+checksum=b65eca299c188a1f07887128c4b247363734f1fc44add153c439c07632bfbca1
+
+do_install() {
+	cd trunk/tigcc-linux/scripts
+	./updatesrc
+	export PREFIX_GCC4TI=$DESTDIR/opt/gcc4ti
+	export PATH=$PATH:$PREFIX_GCC4TI/bin
+	export CFLAGS="-Os -s -fno-exceptions -fomit-frame-pointer"
+	export GCC4TIHOST=$XBPS_CROSS_TRIPLET
+	cd ../gcc4ti-0.96b11/scripts
+	./Install_step_1
+	./Install_step_2
+	./Install_step_3
+	./Install_step_4
+	./Install_step_5
+}

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

* Re: [PR PATCH] [Closed]: New package: gcc4ti-0.96b11
  2020-04-08  8:34 [PR PATCH] New package: gcc4ti-0.96b11 tibequadorian
  2020-04-08  9:51 ` [PR PATCH] [Updated] " tibequadorian
@ 2020-04-08 14:15 ` tibequadorian
  2020-04-08 14:15 ` [PR PATCH] [Updated] " tibequadorian
  2 siblings, 0 replies; 5+ messages in thread
From: tibequadorian @ 2020-04-08 14:15 UTC (permalink / raw)
  To: ml

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

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

New package: gcc4ti-0.96b11
https://github.com/void-linux/void-packages/pull/20748

Description:


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

* Re: [PR PATCH] [Updated] New package: gcc4ti-0.96b11
  2020-04-08  8:34 [PR PATCH] New package: gcc4ti-0.96b11 tibequadorian
  2020-04-08  9:51 ` [PR PATCH] [Updated] " tibequadorian
  2020-04-08 14:15 ` [PR PATCH] [Closed]: " tibequadorian
@ 2020-04-08 14:15 ` tibequadorian
  2 siblings, 0 replies; 5+ messages in thread
From: tibequadorian @ 2020-04-08 14:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tibequadorian/void-packages master
https://github.com/void-linux/void-packages/pull/20748

New package: gcc4ti-0.96b11


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

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



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

* Re: [PR PATCH] [Closed]: New package: gcc4ti-0.96b11
  2020-04-18 21:23 [PR PATCH] " tibequadorian
@ 2020-04-21 23:28 ` tibequadorian
  0 siblings, 0 replies; 5+ messages in thread
From: tibequadorian @ 2020-04-21 23:28 UTC (permalink / raw)
  To: ml

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

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

New package: gcc4ti-0.96b11
https://github.com/void-linux/void-packages/pull/21133

Description:


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

end of thread, other threads:[~2020-04-21 23:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-08  8:34 [PR PATCH] New package: gcc4ti-0.96b11 tibequadorian
2020-04-08  9:51 ` [PR PATCH] [Updated] " tibequadorian
2020-04-08 14:15 ` [PR PATCH] [Closed]: " tibequadorian
2020-04-08 14:15 ` [PR PATCH] [Updated] " tibequadorian
2020-04-18 21:23 [PR PATCH] " tibequadorian
2020-04-21 23:28 ` [PR PATCH] [Closed]: " tibequadorian

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