From 7005dadc35de04411f6b2887926d6f8322756008 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Tue, 3 Dec 2019 22:49:23 +0100 Subject: [PATCH] New package: git-brws-0.11.5 --- srcpkgs/git-brws/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/git-brws/template 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 +}