void-packages/srcpkgs/rinutils/template
2020-12-30 20:03:09 +01:00

22 lines
628 B
Bash

# Template file for 'rinutils'
pkgname=rinutils
version=0.8.0
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=3cb4d0447c1c53d39002f3e1cfea9efd587eaa7c1a2456ca6dc9076f7656d9d5
do_check() {
: requires many perl modules
}
post_install() {
vlicense LICENSE
}