void-packages/srcpkgs/git-brws/template
2020-08-17 22:28:08 +02:00

17 lines
540 B
Bash

# Template file for 'git-brws'
pkgname=git-brws
version=0.11.10
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=3b21253bad0e36921594c4315cee537c0293058cb1efe5b68e243592bb37cf9d
post_install() {
vlicense LICENSE.txt
}