rinutils: update to 0.4.0.

This commit is contained in:
Piotr Wójcik 2020-04-04 13:36:30 +02:00 committed by Piotr
parent 4b719f4d0e
commit ca12d141c0

View file

@ -1,6 +1,6 @@
# Template file for 'rinutils' # Template file for 'rinutils'
pkgname=rinutils pkgname=rinutils
version=0.2.0 version=0.4.0
revision=1 revision=1
_shlomif_common_commit=89f05caf86078f783873975525230cf4fecede8a _shlomif_common_commit=89f05caf86078f783873975525230cf4fecede8a
build_style=cmake build_style=cmake
@ -12,7 +12,7 @@ license="MIT"
homepage="https://github.com/shlomif/rinutils/" homepage="https://github.com/shlomif/rinutils/"
distfiles="https://github.com/shlomif/rinutils/archive/${version}.tar.gz distfiles="https://github.com/shlomif/rinutils/archive/${version}.tar.gz
https://raw.githubusercontent.com/shlomif/shlomif-cmake-modules/${_shlomif_common_commit}/shlomif-cmake-modules/Shlomif_Common.cmake" https://raw.githubusercontent.com/shlomif/shlomif-cmake-modules/${_shlomif_common_commit}/shlomif-cmake-modules/Shlomif_Common.cmake"
checksum="c1fa0836d7166743181cd0e4c349f98010846334fe49883ff53439002887c3b8 checksum="3e996e5656c2e382e45e32e0d4ee6eead12f4007d5a909168b92f3f2f14966da
6c72ff31b361319971bb8eca5d5679bd366b316a5543562e821e585af88cad17" 6c72ff31b361319971bb8eca5d5679bd366b316a5543562e821e585af88cad17"
skip_extraction="Shlomif_Common.cmake" skip_extraction="Shlomif_Common.cmake"
@ -20,6 +20,10 @@ post_extract() {
mv "${XBPS_SRCDISTDIR}/${pkgname}-${version}/Shlomif_Common.cmake" cmake mv "${XBPS_SRCDISTDIR}/${pkgname}-${version}/Shlomif_Common.cmake" cmake
} }
do_check() {
: requires many perl modules
}
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE
} }