22 lines
629 B
Bash
22 lines
629 B
Bash
# Template file for 'rinutils'
|
|
pkgname=rinutils
|
|
version=0.10.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=af688ee2258587bcec5763d2426c24b734f1e15309cb5f28c18252c6a12e167d
|
|
|
|
do_check() {
|
|
: requires many perl modules
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|