16 lines
431 B
Bash
16 lines
431 B
Bash
# Template file for 'riff'
|
|
pkgname=riff
|
|
version=2.22.1
|
|
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=8b50bef46119c52f59a7c9b7e1fe7645cc16dc17be02596d905f5d4d3270f37f
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|