commit 52e4507
hovercats
·
2024-04-20 20:57:30 +0000 UTC
parent 9867c6d
github-cli: import
5 files changed,
+15,
-0
+11,
-0
1@@ -0,0 +1,11 @@
2+#!/bin/sh -e
3+
4+export GOPATH="$PWD/go"
5+export GO111MODULE=on
6+
7+CGO_ENABLED=0 go build -a -ldflags '-extldflags "-static"'\
8+ -modcacherw \
9+ -trimpath \
10+ ./cmd/gh
11+
12+install -Dm755 gh "$1/usr/bin/gh"
+1,
-0
1@@ -0,0 +1 @@
2+../../../community/community/github-cli/checksums
+1,
-0
1@@ -0,0 +1 @@
2+../../../community/community/github-cli/depends
+1,
-0
1@@ -0,0 +1 @@
2+../../../community/community/github-cli/sources
+1,
-0
1@@ -0,0 +1 @@
2+../../../community/community/github-cli/version