From d8ed87c5926cfacaad48ca45bd26090799629f6e Mon Sep 17 00:00:00 2001 From: M Hickford Date: Sat, 3 Jun 2023 09:16:17 +0100 Subject: [PATCH 1/2] New package: git-credential-oauth-0.8.0 --- srcpkgs/git-credential-oauth/template | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 srcpkgs/git-credential-oauth/template diff --git a/srcpkgs/git-credential-oauth/template b/srcpkgs/git-credential-oauth/template new file mode 100644 index 000000000000..9a7115c813da --- /dev/null +++ b/srcpkgs/git-credential-oauth/template @@ -0,0 +1,13 @@ +# Template file for 'git-credential-oauth' +pkgname=git-credential-oauth +version=0.8.0 +revision=1 +build_style=go +build_helper=qemu +go_import_path=github.com/hickford/git-credential-oauth +short_desc="Git credential helper that authenticate using OAuth" +maintainer="M Hickford " +license="Apache-2.0" +homepage="https://github.com/hickford/git-credential-oauth" +distfiles="https://github.com/hickford/git-credential-oauth/archive/v${version}.tar.gz" +checksum=3c48505c9fc02ef46a5ecadcbc4470a5389d82c7e607448d2d24333726c08809 From d42ec5c0f374c814ef577398a1e173b36931c617 Mon Sep 17 00:00:00 2001 From: M Hickford Date: Mon, 5 Jun 2023 00:20:25 +0100 Subject: [PATCH 2/2] no qemu --- srcpkgs/git-credential-oauth/template | 1 - 1 file changed, 1 deletion(-) diff --git a/srcpkgs/git-credential-oauth/template b/srcpkgs/git-credential-oauth/template index 9a7115c813da..d8decf12f1f2 100644 --- a/srcpkgs/git-credential-oauth/template +++ b/srcpkgs/git-credential-oauth/template @@ -3,7 +3,6 @@ pkgname=git-credential-oauth version=0.8.0 revision=1 build_style=go -build_helper=qemu go_import_path=github.com/hickford/git-credential-oauth short_desc="Git credential helper that authenticate using OAuth" maintainer="M Hickford "