Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (4d4827e5484ea465ffcac0dfa26d53f721178979)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (4d4827e5484ea465ffcac0dfa26d53f721178979)
  • Date: Tue, 8 Dec 2020 21:08:44 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 3 +++
devel/github-cli/BUILD | 2 ++
devel/github-cli/DEPENDS | 1 +
devel/github-cli/DETAILS | 21 +++++++++++++++++++++
devel/github-cli/HISTORY | 2 ++
devel/github-cli/INSTALL | 3 +++
6 files changed, 32 insertions(+)

New commits:
commit 4d4827e5484ea465ffcac0dfa26d53f721178979
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

github-cli: new spell, GitHub's official command line tool

diff --git a/ChangeLog b/ChangeLog
index 21fc7ac..c702d63 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2020-12-08 Ismael Luceno <ismael AT sourcemage.org>
+ * devel/github-cli: new spell, GitHub's official command line tool
+
2020-11-27 Ismael Luceno <ismael AT sourcemage.org>
* devel/dasm: new spell, Macro assembler with support for several
8-bit microprocessors
diff --git a/devel/github-cli/BUILD b/devel/github-cli/BUILD
new file mode 100755
index 0000000..fadb92b
--- /dev/null
+++ b/devel/github-cli/BUILD
@@ -0,0 +1,2 @@
+# TODO Remove CGO_LDFLAGS when LDFLAGS filtering is added by upstream.
+make CGO_LDFLAGS= bin/gh manpages
diff --git a/devel/github-cli/DEPENDS b/devel/github-cli/DEPENDS
new file mode 100755
index 0000000..46f52de
--- /dev/null
+++ b/devel/github-cli/DEPENDS
@@ -0,0 +1 @@
+depends go
diff --git a/devel/github-cli/DETAILS b/devel/github-cli/DETAILS
new file mode 100755
index 0000000..412f483
--- /dev/null
+++ b/devel/github-cli/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=github-cli
+ VERSION=1.3.1
+ SOURCE="$SPELL-$VERSION.tar.gz"
+ SOURCE_URL[0]=https://github.com/cli/cli/archive/v$VERSION.tar.gz
+
SOURCE_HASH=sha512:f230a9e63f420d454904b6a3602ab976d8fd5a1b307da4944a2b2355cf98d25ae7b52dcdea281cf7354c068c4b3dbc23a48ed4d14e27d07c3c81d6d7e7a9280a
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/cli-$VERSION"
+ WEB_SITE="https://cli.github.com/";
+ LICENSE[0]="MIT"
+ ENTERED=20201121
+ KEYWORDS=""
+ SHORT="GitHub's official command line tool"
+cat << EOF
+GitHub CLI brings GitHub to your terminal. Free and open source.
+
+gh is GitHub on the command line. It brings pull requests, issues, and other
+GitHub concepts to the terminal next to where you are already working with
+git and your code.
+
+GitHub CLI is available for repositories hosted on GitHub.com and GitHub
+Enterprise Server 2.20+, and to install on macOS, Windows, and Linux.
+EOF
diff --git a/devel/github-cli/HISTORY b/devel/github-cli/HISTORY
new file mode 100644
index 0000000..541f67b
--- /dev/null
+++ b/devel/github-cli/HISTORY
@@ -0,0 +1,2 @@
+2020-12-08 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, INSTALL: spell created
diff --git a/devel/github-cli/INSTALL b/devel/github-cli/INSTALL
new file mode 100755
index 0000000..7806385
--- /dev/null
+++ b/devel/github-cli/INSTALL
@@ -0,0 +1,3 @@
+# TODO Remove this file when the install target is merged by upstream.
+install -v -m 555 -s bin/gh "$INSTALL_ROOT"/usr/bin/ &&
+install -v -m 444 share/man/man1/* "$INSTALL_ROOT"/usr/share/man/man1/



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (4d4827e5484ea465ffcac0dfa26d53f721178979), Ismael Luceno, 12/08/2020

Archive powered by MHonArc 2.6.24.

Top of Page