void-packages/srcpkgs/git-brws/template
2020-10-06 14:16:34 +02:00

18 lines
540 B
Bash

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