diff --git a/srcpkgs/git-brws/template b/srcpkgs/git-brws/template new file mode 100644 index 00000000000..20accc684b9 --- /dev/null +++ b/srcpkgs/git-brws/template @@ -0,0 +1,17 @@ +# 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 " +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 +}