void-packages/srcpkgs/rinutils/template
2020-04-07 18:53:26 +02:00

30 lines
943 B
Bash

# Template file for 'rinutils'
pkgname=rinutils
version=0.4.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 <chocimier@tlen.pl>"
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="3e996e5656c2e382e45e32e0d4ee6eead12f4007d5a909168b92f3f2f14966da
6c72ff31b361319971bb8eca5d5679bd366b316a5543562e821e585af88cad17"
skip_extraction="Shlomif_Common.cmake"
post_extract() {
mv "${XBPS_SRCDISTDIR}/${pkgname}-${version}/Shlomif_Common.cmake" cmake
}
do_check() {
: requires many perl modules
}
post_install() {
vlicense LICENSE
}