From 1599a8bd598275306ba44c7b39e163990f10ecfb Mon Sep 17 00:00:00 2001 From: earnest ma Date: Sat, 31 Jul 2021 17:02:50 -0400 Subject: [PATCH] main/ghq: Add version 1.2.1 --- main/ghq/build | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 main/ghq/build diff --git a/main/ghq/build b/main/ghq/build new file mode 100644 index 0000000..6aed45d --- /dev/null +++ b/main/ghq/build @@ -0,0 +1,16 @@ +# Maintainer: earnest ma +name=ghq +version=1.2.1 +rev=0 +type=file +url="https://github.com/x-motemen/ghq" +description="Remote repository management made easy" + +source="https://github.com/x-motemen/ghq/releases/download/v${version}/ghq_linux_amd64.zip" + +sha512sums="24fd3ffb69bf5b47fa0b985490453029a96da1b79110042f41027f9ee4714a61ca007c9b451fc573985901f9eee2416b9e4e6c65728a67f4fc285b068aec0e88 ghq_linux_amd64.zip" + +steps(){ + unzip -q ghq_*.zip + cin-bin ghq_linux_amd64/ghq $builddir/usr/bin/ghq +}