packInstall.sh.porg: fixes for inih and libhandy

This commit is contained in:
Pierre Labastie 2021-01-15 11:00:05 +01:00
parent 782a77b2c4
commit f9babd04b5

View file

@ -67,13 +67,16 @@ case $1 in
cacerts*)
VERSION=0.1
;;
btrfs*|node*|pnmixer*|libhandy*)
inih*)
VERSION=$(echo $1 | sed 's/^.*r//')
;;
btrfs*|node*|pnmixer*)
VERSION=$(echo $1 | sed 's/^.*v//')
;;
x265*) # can contain vd.d or just d.d: thanks to packagers
VERSION=$(echo $1 | sed 's/^.*[v_]//')
;;
libuv*|Test-MockModule*) # can contain -vd.d or just -d.d
libuv*|Test-MockModule*|libhandy*) # can contain -vd.d or just -d.d
VERSION=$(echo $1 | sed 's/^.*[v-]//')
;;
junit*) # can contain -rd.d or just -d.d