ref: dc1b5fa377e97bf78bb21cd394d0e9a463b6ac02
dir: /sys/src/cmd/pkg/list/
#!/bin/rc
if(~ $#pkgpath 0)
pkgpath=http://9front.org/pkg/$cputype
if(~ $pkgpath ftp* http*)
hget $pkgpath | htmlfmt | grep '\.tbz' | sed -e 's/\.tbz.*$//g' | awk '{print $NF}'
if not
ls -p $pkgpath/*.tbz | sed 's/\.tbz.*$//g'