void-packages/srcpkgs/rinutils/template

23 lines
629 B
Bash

# Template file for 'rinutils'
pkgname=rinutils
version=0.10.1
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"
checksum=329ba4cdfb38cddc5af4a8169a8c4a4371f7db8a6ddd76f5c9162a2b216f3b8e
do_check() {
: requires many perl modules
}
post_install() {
vlicense LICENSE
}