From da8a19b5ab904be52d1d549e94fea6e1afe83030 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Wed, 30 Aug 2023 22:47:00 +0700 Subject: [PATCH] rinutils: fix build with no-network cmake --- srcpkgs/rinutils/template | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/srcpkgs/rinutils/template b/srcpkgs/rinutils/template index 702c7c45ca4..c32a7750b64 100644 --- a/srcpkgs/rinutils/template +++ b/srcpkgs/rinutils/template @@ -10,8 +10,16 @@ maintainer="Piotr Wójcik " license="MIT" homepage="https://github.com/shlomif/rinutils/" changelog="https://raw.githubusercontent.com/shlomif/rinutils/master/NEWS.asciidoc" -distfiles="https://github.com/shlomif/rinutils/archive/${version}.tar.gz" -checksum=329ba4cdfb38cddc5af4a8169a8c4a4371f7db8a6ddd76f5c9162a2b216f3b8e +distfiles="https://github.com/shlomif/rinutils/archive/${version}.tar.gz + https://raw.githubusercontent.com/shlomif/shlomif-cmake-modules/89f05caf86078f783873975525230cf4fecede8a/shlomif-cmake-modules/Shlomif_Common.cmake" +checksum="329ba4cdfb38cddc5af4a8169a8c4a4371f7db8a6ddd76f5c9162a2b216f3b8e + 6c72ff31b361319971bb8eca5d5679bd366b316a5543562e821e585af88cad17" + +skip_extraction="Shlomif_Common.cmake" + +post_extract() { + vsrccopy Shlomif_Common.cmake cmake +} do_check() { : requires many perl modules