void-packages/srcpkgs/git-brws/template
2019-12-05 15:34:54 +01:00

17 lines
538 B
Bash

# Template file for 'git-brws'
pkgname=git-brws
version=0.11.5
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/${version}.tar.gz"
checksum=23f6b676df6d8a65cc9bef03e95daa2a5a10ae381fd313892db7fae77b60cef7
post_install() {
vlicense LICENSE.txt
}