parent
d71f7928a3
commit
83d627e0c4
2 changed files with 29 additions and 0 deletions
14
srcpkgs/riff/patches/doublebuild.patch
Normal file
14
srcpkgs/riff/patches/doublebuild.patch
Normal file
|
@ -0,0 +1,14 @@
|
|||
Slight hack to prevent a rebuild in the install phase
|
||||
|
||||
--
|
||||
|
||||
--- a/Cargo.toml
|
||||
+++ b/Cargo.toml
|
||||
@@ -19,6 +19,7 @@
|
||||
bytecount = "0.6.2"
|
||||
num_cpus = "1.13.0"
|
||||
threadpool = "1.8.1"
|
||||
+syn = {version = "1.0.48", features = ["full"]}
|
||||
|
||||
[dev-dependencies]
|
||||
pretty_assertions = "0.6.1"
|
15
srcpkgs/riff/template
Normal file
15
srcpkgs/riff/template
Normal file
|
@ -0,0 +1,15 @@
|
|||
# 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
|
||||
}
|
Loading…
Add table
Reference in a new issue