void-packages/srcpkgs/riff/template
2022-05-29 10:23:40 +02:00

15 lines
431 B
Bash

# Template file for 'riff'
pkgname=riff
version=2.16.2
revision=1
build_style=cargo
short_desc="Diff filter highlighting which line parts have changed"
maintainer="0x5c <dev@0x5c.io>"
license="MIT"
homepage="https://github.com/walles/riff"
distfiles="https://github.com/walles/riff/archive/refs/tags/${version}.tar.gz"
checksum=788abf47f2ecb570a8e8815317322c31db3b9a7310a41f689c815e872b8bbcd4
post_install() {
vlicense LICENSE
}