Github messages for voidlinux
 help / color / mirror / Atom feed
From: ezag <ezag@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] New package: e4thcom-0.8.2
Date: Tue, 28 Apr 2020 02:10:03 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-21416@inbox.vuxu.org> (raw)

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

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

https://github.com/ezag/void-packages e4thcom
https://github.com/void-linux/void-packages/pull/21416

New package: e4thcom-0.8.2


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

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

From 9e7d9a0e4aa3b260385ce929a0280d0909135cb9 Mon Sep 17 00:00:00 2001
From: Eugen Zagorodniy <e.zagorodniy@gmail.com>
Date: Tue, 28 Apr 2020 02:59:48 +0300
Subject: [PATCH] New package: e4thcom-0.8.2

---
 srcpkgs/e4thcom/files/e4thcom |  2 ++
 srcpkgs/e4thcom/template      | 28 ++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)
 create mode 100644 srcpkgs/e4thcom/files/e4thcom
 create mode 100644 srcpkgs/e4thcom/template

diff --git a/srcpkgs/e4thcom/files/e4thcom b/srcpkgs/e4thcom/files/e4thcom
new file mode 100644
index 00000000000..443de3c809d
--- /dev/null
+++ b/srcpkgs/e4thcom/files/e4thcom
@@ -0,0 +1,2 @@
+#!/bin/sh
+/usr/lib/e4thcom/e4thcom "$@"
diff --git a/srcpkgs/e4thcom/template b/srcpkgs/e4thcom/template
new file mode 100644
index 00000000000..9f8b4aa18a7
--- /dev/null
+++ b/srcpkgs/e4thcom/template
@@ -0,0 +1,28 @@
+# Template file for 'e4thcom'
+pkgname=e4thcom
+version=0.8.2
+revision=1
+short_desc="Terminal for Embedded Forth Systems"
+maintainer="Eugen Zagorodniy <e.zagorodniy@gmail.com>"
+license=GPL-3.0-or-later
+homepage=https://wiki.forth-ev.de/doku.php/en:projects:e4thcom
+
+distfiles=https://wiki.forth-ev.de/lib/exe/fetch.php/projects:$pkgname:$pkgname-$version-64.tar.gz
+checksum=7bbc329c3d24c3c05b836e5f11e8a97a53ede842846ede85d099e48a43e301f9
+
+do_build() {
+	cd src
+	case $XBPS_MACHINE in i686*) ostype=32 ;; *) ostype=64 ; esac
+	./lxmake $ostype
+}
+
+do_install() {
+	vmkdir /usr/lib/$pkgname
+	vinstall $pkgname 755 /usr/lib/$pkgname
+	vinstall $pkgname.i 644 /usr/lib/$pkgname
+	vcopy *.efc /usr/lib/$pkgname
+	vcopy *.efr /usr/lib/$pkgname
+	vcopy *.efx /usr/lib/$pkgname
+	vbin $FILESDIR/$pkgname
+	vdoc doc/$pkgname-$version.pdf
+}

             reply	other threads:[~2020-04-28  0:10 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-28  0:10 ezag [this message]
2020-04-28  0:35 ` [PR PATCH] [Updated] " ezag
2021-11-06 22:26 ` abenson
2021-11-06 22:26 ` [PR PATCH] [Closed]: " abenson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-21416@inbox.vuxu.org \
    --to=ezag@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).