17 lines
459 B
Bash
17 lines
459 B
Bash
# Template file for 'kibi'
|
|
pkgname=kibi
|
|
version=0.2.2
|
|
revision=2
|
|
build_style=cargo
|
|
short_desc="Lightweight, configurable text editor"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
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=df0e2945d9d08fed3a0adbe73c73405641615eb55835675e06e91411fd541e91
|
|
|
|
post_install() {
|
|
vdoc README.md
|
|
vlicense LICENSE-MIT
|
|
}
|