void-packages/srcpkgs/git-brws/template

18 lines
539 B
Bash
Raw Normal View History

2019-12-03 21:49:23 +00:00
# Template file for 'git-brws'
pkgname=git-brws
2020-01-19 10:45:26 +00:00
version=0.11.6
2019-12-03 21:49:23 +00:00
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/"
2020-01-19 10:45:26 +00:00
distfiles="https://github.com/rhysd/git-brws/archive/v${version}.tar.gz"
checksum=7b2d778b134441880d3dd2bd094ba3bb98f6e0bff6394842e3653625ce062e35
2019-12-03 21:49:23 +00:00
post_install() {
vlicense LICENSE.txt
}