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

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

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

From 4f29afe81c1abf262409e50c9bf899eb10ae087e 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      | 27 +++++++++++++++++++++++++++
 2 files changed, 29 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..beb20d3056a
--- /dev/null
+++ b/srcpkgs/e4thcom/template
@@ -0,0 +1,27 @@
+# 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
+archs="x86_64* i686*"
+
+do_build() {
+	cd src
+	case $XBPS_MACHINE in *64*) ostype=64 ;; *) ostype=32 ; esac
+	./lxmake $ostype
+}
+
+do_install() {
+	vmkdir /usr/lib/$pkgname
+	vinstall $pkgname 755 /usr/lib/$pkgname
+	vinstall $pkgname.i 644 /usr/lib/$pkgname
+	vcopy *.ef[crx] /usr/lib/$pkgname
+	vbin $FILESDIR/$pkgname
+	vdoc doc/$pkgname-$version.pdf
+}

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

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-28  0:10 [PR PATCH] " ezag
2020-04-28  0:35 ` ezag [this message]
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=20200428003519.T6gwYY82kN00Vcjh7NGoiI4qrMmxWrS0rG5IZVZxdPw@z \
    --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).