# Template file for 'github-cli' pkgname=github-cli version=0.6.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=237b18f9e3c82caa1cb06df3ca763ad7b32dab7e9a9a6f89afe7593bc31c3290 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 }