From f1c304e8ca84edea7b37ad7d2d1cbe7ec70aac4e Mon Sep 17 00:00:00 2001 From: Antonio Gurgel 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 " +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 +}