void-packages/srcpkgs/rinutils/template

30 lines
943 B
Bash

# Template file for 'rinutils'
pkgname=rinutils
version=0.4.1
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="f57fa1aa24db2a532cbb5d4dde6a515fc5eeb59f8767b7cf194e95e214ef09b6
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
}