main/ghq: Add version 1.2.1

main
earnest ma 2021-07-31 17:02:50 -04:00
parent 47f917e248
commit 1599a8bd59
Signed by: earnest ma
GPG Key ID: A343F43342EB6E2A
1 changed files with 16 additions and 0 deletions

16
main/ghq/build Normal file
View File

@ -0,0 +1,16 @@
# Maintainer: earnest ma <me@earne.link>
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
}