# Template file for 'github-cli' pkgname=github-cli version=0.11.1 revision=1 wrksrc="cli-${version}" build_style=go go_import_path="github.com/cli/cli/cmd/gh" go_ldflags="-X github.com/cli/cli/command.Version=v${version}" short_desc="GitHub CLI tool" maintainer="shizonic " license="MIT" homepage="https://cli.github.com" changelog="https://github.com/cli/cli/releases" distfiles="https://github.com/cli/cli/archive/v${version}.tar.gz" checksum=5ec8bab6a2c6f26cabc2a6b5f301d8971f9f654a85c6da5e7203e5e2d94cbec0 pre_build() { local _date if [ "$SOURCE_DATE_EPOCH" ]; then _date="$(date --utc --date "@$SOURCE_DATE_EPOCH" "+%Y-%m-%d")" go_ldflags="$go_ldflags -X github.com/cli/cli/command.BuildDate=${_date}" fi } post_install() { vlicense LICENSE }