You are not logged in.
metarv is a commandline program which provides weather informations from METAR codes.
the reason that it is written in vala is that i want to do something with vala, and it is really cool programming language.
url: http://github.com/b4283/metarv
aur: http://aur.archlinux.org/packages.php?ID=42492
it might go well with conky, though i only use it as i type it ![]()
it is equipped with cache abilities so one could write update rules within cron.
bug reports are welcomed. ![]()
Offline
I had been using a little function in my bashrc to provide the weather, but this is far neater, and more well-featured. Thanks for sharing it.
Registed Linux User 483618
Offline
This fails on compile.
==> Determining latest git revision...
-> Version found: 20120123
==> Making package: metarv-git 20120123-1 (Mon Jan 23 11:37:15 PST 2012)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving Sources...
==> Extracting Sources...
==> Starting build()...
==> Connecting to GIT server....
Cloning into 'metarv'...
remote: Counting objects: 82, done.
remote: Compressing objects: 100% (81/81), done.
remote: Total 82 (delta 45), reused 0 (delta 0)
Receiving objects: 100% (82/82), 323.46 KiB, done.
Resolving deltas: 100% (45/45), done.
==> GIT checkout done or server timeout
==> Starting make...
Cloning into '/tmp/packerbuild-1000/metarv-git/metarv-git/src/metarv-build'...
done.
echo "#define DATA_DIR \"/usr/share/metarv\"" > config.h
metarv.vala:405.10-405.15: error: syntax error, expected `enum'
public static enum Unit {
^^^^^^
Compilation failed: 1 error(s), 0 warning(s)
make: *** [metarv] Error 1
==> ERROR: A failure occurred in build().
Aborting...
The build failed.Offline