void-packages/srcpkgs/kibi/template
Neel Chotai f6006c8368 kibi: update to 0.2.0
Closes: #24511 [via git-merge-pr]
2020-09-02 22:47:52 -04:00

16 lines
454 B
Bash

# Template file for 'kibi'
pkgname=kibi
version=0.2.0
revision=1
build_style=cargo
short_desc="Lightweight, configurable text editor"
maintainer="Neel Chotai <neel@chot.ai>"
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=7af69657ce50816e45e9111138cf9e050f74289bba3ceaa2a52e4715951c8885
post_install() {
vdoc README.md
vlicense LICENSE-MIT
}