vp-build/srcpkgs/riff/template

16 lines
431 B
Bash

# Template file for 'riff'
pkgname=riff
version=2.22.0
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=a17e58d2346b1fdeaa6943bfbdc51247ce7f364ed3f07301cd0e7da752f0244c
post_install() {
vlicense LICENSE
}