21 lines
544 B
Bash
21 lines
544 B
Bash
# Template file for 'rinutils'
|
|
pkgname=rinutils
|
|
version=0.6.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/"
|
|
distfiles="https://github.com/shlomif/rinutils/archive/${version}.tar.gz"
|
|
checksum=81966e7f73a9a8e095dd06c159cfb8dd0da2b78942ba83b323d7ff59f74800cf
|
|
|
|
do_check() {
|
|
: requires many perl modules
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|