💾 Archived View for anachronauts.club › cgi-bin › repos › cgi › ports.git › tree › trunk › devel › c… captured on 2022-01-08 at 13:58:40. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2021-12-05)

-=-=-=-=-=-=-

ports.git

git @ anachronauts.club

summary

tree

log

refs

ports.git/devel/chicken5-r7rs/pkg-install | 74 bytes

view raw

1 #!/bin/sh
2 
3 case $2 in
4 	POST-INSTALL)
5 		chicken-install5 -uv
6 		;;
7 	*)
8 esac