From 78c48b81d2674af9c7e0bcb46b401782501ccf1c Mon Sep 17 00:00:00 2001 From: Neel Chotai Date: Fri, 28 Feb 2020 13:14:10 +0000 Subject: [PATCH] New package: kibi-0.1.2 Closes: #19621 [via git-merge-pr] --- srcpkgs/kibi/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/kibi/template diff --git a/srcpkgs/kibi/template b/srcpkgs/kibi/template new file mode 100644 index 00000000000..d8610232999 --- /dev/null +++ b/srcpkgs/kibi/template @@ -0,0 +1,16 @@ +# Template file for 'kibi' +pkgname=kibi +version=0.1.2 +revision=1 +build_style=cargo +short_desc="Lightweight, configurable text editor" +maintainer="Neel Chotai " +license="Apache-2.0, MIT" +homepage="https://github.com/ilai-deutel/kibi" +distfiles="https://github.com/ilai-deutel/kibi/archive/v${version}.tar.gz" +checksum=b44d9a8ff27b225a4ab05a87fd4b7355dc2d768431c58b7c767c08d993291496 + +post_install() { + vdoc README.md + vlicense LICENSE-MIT +}