Github messages for voidlinux
 help / color / mirror / Atom feed
From: save-buffer <save-buffer@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] Add arcanist package
Date: Sat, 12 Dec 2020 12:16:25 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-27104@inbox.vuxu.org> (raw)

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

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

https://github.com/save-buffer/void-packages sasha_arc
https://github.com/void-linux/void-packages/pull/27104

Add arcanist package
Creates arcanist package

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

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

From 89471e7082167bfe7441f53f97da042eeaa51af8 Mon Sep 17 00:00:00 2001
From: Sasha Krassovsky <krassovskysasha@gmail.com>
Date: Sat, 12 Dec 2020 03:13:56 -0800
Subject: [PATCH] Add arcanist package

---
 srcpkgs/arcanist/template | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 srcpkgs/arcanist/template

diff --git a/srcpkgs/arcanist/template b/srcpkgs/arcanist/template
new file mode 100644
index 00000000000..202d0d6be7f
--- /dev/null
+++ b/srcpkgs/arcanist/template
@@ -0,0 +1,24 @@
+# Template file for 'arcanist'
+pkgname=arcanist
+version=1.0
+revision=1
+create_wrksrc=yes
+build_style=fetch
+hostmakedepends="unzip"
+depends="php"
+maintainer="Sasha Krassovsky <krassovskysasha@gmail.com>"
+short_desc="Command-line tool for Phabricator"
+license=Apache-2.0
+homepage=https://secure.phabricator.com/book/phabricator/article/arcanist/
+distfiles=https://github.com/phacility/arcanist/archive/master.zip
+checksum=2a609cf772e486113b41dbb7fe68b9f551227fd33783f2e1c92c2168abf83cbc
+
+do_install() {
+	rm -rf ${DESTDIR}/usr/share/arcanist ./arcanist-master ${DESTDIR}/usr/bin/arc
+	unzip master.zip
+	vmkdir usr/share/arcanist
+	vcopy arcanist-master/* usr/share/arcanist
+	vmkdir usr/bin
+	ln -s /usr/share/arcanist/bin/arc ${DESTDIR}/usr/bin/
+	echo "extension=curl.so" >> ${DESTDIR}/etc/php/conf.d/extensions.ini
+}

             reply	other threads:[~2020-12-12 11:16 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-12 11:16 save-buffer [this message]
2020-12-12 11:17 ` save-buffer
2020-12-12 11:18 ` save-buffer
2020-12-12 14:35 ` FollieHiyuki
2020-12-12 22:00 ` kawaiiamber
2020-12-12 22:07 ` kawaiiamber
2020-12-12 22:53 ` save-buffer
2020-12-13  1:37 ` kawaiiamber
2021-01-13  3:49 ` kawaiiamber
2022-05-01  2:14 ` github-actions
2022-05-13 18:00 ` [PR PATCH] [Closed]: " save-buffer

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-27104@inbox.vuxu.org \
    --to=save-buffer@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).