Good day.
I’d like to announce the completion of the gem2arch script to the 1.0 feature set. This script has several interesting features:
gem2arch sup && gem2arch -dq sup | grep -Ev "list|of|dependencies|to|ignore" | while read dependency; do gem2arch ${dependency}; doneAnyway, you can get the script here: gem2arch-1.0.tar.gz. Alternatively, you can get a git clone: git clone git://git.mercenariesguild.net/gem2arch-garoth.git
In general, the focus of this program was clear code and very simple usefulness. There is another gem2arch script on the web that predates this script, but the code was somewhat unpleasant and the old script required more work to use. This gem2arch’s in no part uses the old gem2arch’s code — it is a fresh rewrite.
I must massively credit David “davekong” Campbell for his work on this gem2arch script. I started working on this script many months ago, but lost interest (as I am apt to do…). Recently, he came along and wrote me many patches that improved the code and fixed up the rough parts. He also very graciously helped me in creating all of the side things that I was lazy with such as man pages and so forth. I also very much appreciate him beating me with a stick and forcing me to drop some of the crazier features that my original script had or planned to have. I can only do him the honour of calling him a co-author, but really, this wouldn’t have been pushed through the finish line without him. What a great guy he is to help a stranger randomly, eh?
Hi, I could not find your email address in this blog so Ill just post this message here:
I would like to maintain an aur package for this script. However, I have a question, is your script related to this one: http://github.com/abhidg/gem2arch/ please contact me at: juantascon at gmail dot com Thank you Bye