1#!/bin/rc
2
3if(~ $#objtypes 0){
4 objtypes=(amd64 arm 386)
5}
6
7echo 'installing irc7 for '^$"objtypes
8for(objtype in $objtypes){
9 mk install
10}
11mk clean
Fork of https://bitbucket.org/mveety/irc7 with improved TLS support
git clone https://git.8pit.net/irc7.git
1#!/bin/rc
2
3if(~ $#objtypes 0){
4 objtypes=(amd64 arm 386)
5}
6
7echo 'installing irc7 for '^$"objtypes
8for(objtype in $objtypes){
9 mk install
10}
11mk clean