void-packages/srcpkgs/rinutils/template

31 lines
943 B
Bash

# Template file for 'rinutils'
pkgname=rinutils
version=0.10.2
revision=1
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/"
changelog="https://raw.githubusercontent.com/shlomif/rinutils/master/NEWS.asciidoc"
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="d395f19b858b41f046c6ed298bc32c1cd9fae17b50089d7bd900c6a852ca6d12
6c72ff31b361319971bb8eca5d5679bd366b316a5543562e821e585af88cad17"
skip_extraction="Shlomif_Common.cmake"
post_extract() {
vsrccopy Shlomif_Common.cmake cmake
}
do_check() {
: requires many perl modules
}
post_install() {
vlicense LICENSE
}