# Template file for 'go-jira' pkgname=go-jira version=0.1.0 revision=1 build_style=go hostmakedepends="git-perl" short_desc="Simple jira command line client in Go" maintainer="Andrea Brancaleoni " license="Apache" go_import_path="github.com/Netflix-Skunkworks/go-jira" go_package="$go_import_path/main" homepage="https://$go_import_path" distfiles="$homepage/archive/v$version.tar.gz" checksum=363d441e7d2d6b77450e0d1adfc1c85f77fa8d8c86e36b1723093ccf0abe1f5a post_install() { mv $DESTDIR/usr/bin/{main,jira} vlicense LICENSE }