From 06bcdcfef8f52a99ee34a16f7a8eeb4d15b2f6e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Mon, 6 Jan 2020 14:58:12 +0100 Subject: [PATCH] New package: rinutils-0.2.0 --- srcpkgs/rinutils/template | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 srcpkgs/rinutils/template diff --git a/srcpkgs/rinutils/template b/srcpkgs/rinutils/template new file mode 100644 index 00000000000..1529e9dd6ad --- /dev/null +++ b/srcpkgs/rinutils/template @@ -0,0 +1,25 @@ +# Template file for 'rinutils' +pkgname=rinutils +version=0.2.0 +revision=1 +_shlomif_common_commit=89f05caf86078f783873975525230cf4fecede8a +build_style=cmake +hostmakedepends="perl pkg-config" +makedepends="cmocka-devel" +short_desc="C headers containing random utilities" +maintainer="Piotr Wójcik " +license="MIT" +homepage="https://github.com/shlomif/rinutils/" +distfiles="https://github.com/shlomif/rinutils/archive/${version}.tar.gz + https://raw.githubusercontent.com/shlomif/shlomif-cmake-modules/${_shlomif_common_commit}/shlomif-cmake-modules/Shlomif_Common.cmake" +checksum="c1fa0836d7166743181cd0e4c349f98010846334fe49883ff53439002887c3b8 + 6c72ff31b361319971bb8eca5d5679bd366b316a5543562e821e585af88cad17" +skip_extraction="Shlomif_Common.cmake" + +post_extract() { + mv "${XBPS_SRCDISTDIR}/${pkgname}-${version}/Shlomif_Common.cmake" cmake +} + +post_install() { + vlicense LICENSE +}