Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: telegram-cli-20200106
Date: Sat, 01 Feb 2020 01:22:36 +0100	[thread overview]
Message-ID: <20200201002236.EH8uNUU_0QNxf5H0HuW1l2vtzXJNgxH0w8gxXmKzVNU@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-18693@inbox.vuxu.org>

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

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

https://github.com/timmykill/void-packages telegram-cli
https://github.com/void-linux/void-packages/pull/18693

New package: telegram-cli-20200106


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

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

From e68a26b5118d657bbd57faa592690f645a641b2c Mon Sep 17 00:00:00 2001
From: Marco <marko99thebest@gmail.com>
Date: Fri, 31 Jan 2020 19:12:51 +0100
Subject: [PATCH] New package: telegram-cli-20200106

---
 srcpkgs/telegram-cli/template | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)
 create mode 100644 srcpkgs/telegram-cli/template

diff --git a/srcpkgs/telegram-cli/template b/srcpkgs/telegram-cli/template
new file mode 100644
index 00000000000..79865b29b00
--- /dev/null
+++ b/srcpkgs/telegram-cli/template
@@ -0,0 +1,28 @@
+# Template file for 'telegram-cli'
+pkgname=telegram-cli
+version=20200106
+revision=1
+build_style=gnu-configure
+configure_args="${configure_args} --disable-openssl"
+hostmakedepends="lua-devel"
+makedepends="libevent-devel libconfig-devel jansson-devel zlib-devel readline-devel libressl-devel libgcrypt-devel"
+short_desc="Command-line interface for Telegram. Uses readline interface"
+maintainer="Marco Bertoni <marco.bertoni.bologna@gmail.com>"
+license="GPL-2.0-only"
+homepage="https://github.com/kenorb-contrib/tg"
+_tglversion=20190203
+distfiles="https://github.com/kenorb-contrib/tg/archive/${version}.tar.gz>tg-${version}.tar.gz https://github.com/kenorb-contrib/tgl/archive/${_tglversion}.tar.gz>tgl-${_tglversion}.tar.gz"
+checksum="824504804e8c0bb20943d765ba54feaacda7b2ec34735da0cfe5d5e61348d519 178e443938a89c9aa771fe7a25b36315840915bff8f6744ab298f36f88540a32"
+
+do_extract() {
+	srcdir="$XBPS_SRCDISTDIR/$pkgname-$version"
+	tar -x --no-same-permissions --no-same-owner -f $srcdir/tg-${version}.tar.gz -C $wrksrc --strip-components 1
+	tar -x --no-same-permissions --no-same-owner -f $srcdir/tgl-${_tglversion}.tar.gz -C $wrksrc/tgl --strip-components 1
+}
+
+do_install() {
+	cd ${wrksrc}
+	vbin bin/telegram-cli
+	vman debian/telegram-cli.8
+	vconf tg-server.pub server.pub
+}

  parent reply	other threads:[~2020-02-01  0:22 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-31 18:13 [PR PATCH] " voidlinux-github
2020-02-01  0:04 ` [PR PATCH] [Updated] " voidlinux-github
2020-02-01  0:11 ` voidlinux-github
2020-02-01  0:22 ` voidlinux-github [this message]
2020-02-01  1:06 ` voidlinux-github
2020-02-01  1:08 ` voidlinux-github
2020-02-01  1:16 ` voidlinux-github
2020-02-01  1:44 ` voidlinux-github
2020-02-01  9:42 ` voidlinux-github
2020-02-01 10:48 ` voidlinux-github
2020-08-09  0:16 ` Noah-Huppert
2020-08-09  0:20 ` Noah-Huppert
2020-12-20  1:46 ` ericonr
2020-12-20  1:46 ` [PR PATCH] [Closed]: " ericonr
2020-12-21  1:27 ` jcgruenhage
2020-12-21  1:37 ` ericonr

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=20200201002236.EH8uNUU_0QNxf5H0HuW1l2vtzXJNgxH0w8gxXmKzVNU@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --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).