# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup github 1.0 github.setup gitkraken gk-cli 2.1.0 v name gk github.tarball_from releases categories devel license CCBY-3 installs_libs no maintainers {@sergiolms}\ openmaintainer supported_archs x86_64 arm64 description Official CLI for GitKraken long_description ${name} is GitKraken on the command line. It makes working across multiple \ repos easier with Workspaces, provides access to pull requests and \ issues from multiple services (GitHub, GitLab, Bitbucket, etc.), \ and seamlessly connects with GitKraken Client and GitLens in VS Code \ to visualize git information when you need it. checksums ${name}_${version}_macOS_arm64.zip \ sha256 4c6adb3f271032525b66d55e3d57cdc54bb7d9f41ddc6057d65a56cacf64a2b6 \ rmd160 e73978a9be205fc361cb91037ce5126bc7f1f3cf \ size 12689691 \ ${name}_${version}_macOS_x86_64.zip \ sha256 1b8da326401e534c40ce10a608111c55210316389dcd7f879b2aae0ea781e58d \ rmd160 b6e5cc00d83a596951c590d87bcf470a8b32a2be \ size 13738694 extract.mkdir yes build {} use_configure no use_zip yes if { ${build_arch} eq "arm64" } { distfiles ${name}_${version}_macOS_arm64.zip } else { distfiles ${name}_${version}_macOS_x86_64.zip } destroot { xinstall -m 0755 -W ${worksrcpath} gk ${destroot}${prefix}/bin } github.livecheck.regex {([0-9.]+)}