void-packages/srcpkgs/prose/template
2023-06-22 17:13:09 +02:00

15 lines
427 B
Bash

# Template file for 'prose'
pkgname=prose
version=0.4.2
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=84dbec8a1616096e8ccf1b9a8669943465f680656de0dd99c47c7ff2088ed243
post_install() {
vlicense LICENSE-MIT
}