# Template file for 'git-brws' pkgname=git-brws version=0.11.9 revision=2 build_style=cargo hostmakedepends="pkg-config" makedepends="libressl-devel" short_desc="CLI tool for opening web page of the hoster for a git remote" maintainer="Jan Christian Grünhage " license="MIT" homepage="https://rhysd.github.io/git-brws/" distfiles="https://github.com/rhysd/git-brws/archive/v${version}.tar.gz" checksum=1f90d55ecbc8c9d69af20cb5209bf359b1262b290b3e082fc8cd0b8c68653cb2 pre_build() { cargo update --package openssl-sys --precise 0.9.58 } post_install() { vlicense LICENSE.txt }