void-packages/srcpkgs/prose/template

16 lines
427 B
Bash

# Template file for 'prose'
pkgname=prose
version=0.4.7
revision=1
build_style=cargo
short_desc="Reformat text pleasantly"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="MIT, Apache-2.0"
homepage="https://github.com/jgdavey/prose/"
distfiles="https://github.com/jgdavey/prose/archive/v${version}.tar.gz"
checksum=a42e3617a7ac62afe00808befc89d6034d716d7c694afa599d98868d2a5c1cd9
post_install() {
vlicense LICENSE-MIT
}