Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: flyctl-0.0.351
@ 2022-07-09 18:52 Goorzhel
  2022-07-09 18:53 ` classabbyamp
                   ` (23 more replies)
  0 siblings, 24 replies; 25+ messages in thread
From: Goorzhel @ 2022-07-09 18:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Goorzhel/void-packages flyctl
https://github.com/void-linux/void-packages/pull/37950

New package: flyctl-0.0.351
`flyctl` is a command-line interface for fly.io.

fly.io is [somewhat](https://xeiaso.net/blog/fly.io-heroku-replacement) like Heroku.

#### Testing the changes
- I tested the changes in this PR **briefly**.

```
❯ ./xbps-src pkg flyctl
<...>
❯ xi -y flyctl
<...>
❯ which flyctl
/usr/bin/flyctl
❯ flyctl version
flyctl v0.0.0-1657391288+dev linux/amd64 Commit: <commit> BuildDate: 2022-07-09T18:28:08Z
```

That `<commit>` seems to be a problem even if I build inside a git repo:
```
❯ gh repo clone flyctl
<...>
❯ cd flyctl
❯ make
<...>
❯ bin/flyctl version
flyctl v0.0.0-1657392531+dev linux/amd64 Commit: <commit> BuildDate: 2022-07-09T18:48:51Z
```

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements).


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

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

From f1c304e8ca84edea7b37ad7d2d1cbe7ec70aac4e Mon Sep 17 00:00:00 2001
From: Antonio Gurgel <antonio@goorzhel.com>
Date: Sat, 9 Jul 2022 11:42:07 -0700
Subject: [PATCH] New package: flyctl-0.0.351

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

diff --git a/srcpkgs/flyctl/template b/srcpkgs/flyctl/template
new file mode 100644
index 000000000000..58bc08e5a0b8
--- /dev/null
+++ b/srcpkgs/flyctl/template
@@ -0,0 +1,21 @@
+# Template file for 'flyctl'
+pkgname=flyctl
+version=0.0.351
+revision=1
+build_style=gnu-makefile
+makedepends="go"
+short_desc="Command line tools for fly.io services"
+maintainer="Antonio Gurgel <antonio@goorzhel.com>"
+license="Apache-2.0"
+homepage="https://github.com/superfly/flyctl"
+distfiles="https://github.com/superfly/flyctl/archive/refs/tags/v${version}.tar.gz"
+checksum=fc6fe8fbdd5c6d4b8cea4216770c111a78b06264255345d20c9c768593b6033c
+nopie=yes
+
+do_check() {
+	make test
+}
+
+do_install() {
+	vbin bin/flyctl flyctl
+}

^ permalink raw reply	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2022-08-06 21:01 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-09 18:52 [PR PATCH] New package: flyctl-0.0.351 Goorzhel
2022-07-09 18:53 ` classabbyamp
2022-07-09 18:57 ` [PR REVIEW] " classabbyamp
2022-07-09 19:21 ` [PR PATCH] [Updated] " Goorzhel
2022-07-09 19:51 ` Goorzhel
2022-07-09 20:01 ` Goorzhel
2022-07-09 20:02 ` Goorzhel
2022-07-09 20:02 ` Goorzhel
2022-07-09 20:08 ` Goorzhel
2022-07-10  0:24 ` [PR REVIEW] " CameronNemo
2022-07-10  0:41 ` classabbyamp
2022-07-10  1:46 ` [PR PATCH] [Updated] " Goorzhel
2022-07-10  1:46 ` Goorzhel
2022-07-10  1:57 ` classabbyamp
2022-07-12  7:12 ` [PR PATCH] [Updated] " Goorzhel
2022-07-12  7:12 ` Goorzhel
2022-07-12  7:13 ` Goorzhel
2022-07-21  6:30 ` Goorzhel
2022-07-21 13:32 ` classabbyamp
2022-07-24 19:39 ` [PR PATCH] [Updated] " Goorzhel
2022-07-24 19:39 ` Goorzhel
2022-07-24 19:40 ` Goorzhel
2022-07-24 19:40 ` [PR PATCH] [Updated] " Goorzhel
2022-08-06 21:01 ` Goorzhel
2022-08-06 21:01 ` [PR PATCH] [Closed]: " Goorzhel

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).