void-packages/srcpkgs/git-brws/template
2020-02-14 15:25:09 +01:00

17 lines
539 B
Bash

# Template file for 'git-brws'
pkgname=git-brws
version=0.11.7
revision=1
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 <jan.christian@gruenhage.xyz>"
license="MIT"
homepage="https://rhysd.github.io/git-brws/"
distfiles="https://github.com/rhysd/git-brws/archive/v${version}.tar.gz"
checksum=a99eca27281c4d9bcac236b8f66edadccc3fb4842e82817889bdb3c14667cb3d
post_install() {
vlicense LICENSE.txt
}