Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-05 | Double bracket ==/</> compare lexicographically, not numerically. | Luke Shumaker | |
Unfortunately for me, that means that it works correctly *most* of the time. But, for example, [[ 10 < 2 ]], and negatives don't work. | |||
2013-06-05 | Phase out `load_conf_*` and `check_conf_*` functions | Luke Shumaker | |
Replace their usages with `load_files *` and `check_vars *` | |||
2013-05-27 | librefetch: bail early if makepkg fails | Luke Shumaker | |
2013-05-26 | redo the library system; avoid hard-coded paths | Luke Shumaker | |
* install all library files to $(libexecdir)/libretools, instead of - $(bindir) - $(datadir)/libretools - $(datadir)/devtools * symlink the executable library files into $(bindir) * add the tool `librelib` * instead of ". /path/to/lib.sh", use ". $(librelib lib.sh)" * mark all libraries with shebangs of what options they support * move blacklist.sh to libreblacklist | |||
2013-05-25 | move librefetch:print() to libremessages:print() | Luke Shumaker | |
2013-05-13 | librefetch: force the ustar format, pax records atimetesting-20130513 | Luke Shumaker | |
2013-05-13 | librefetch: don't run prepare() or check() | Luke Shumaker | |
2013-05-13 | librefetch: find source files distributed with the PKGBUILD | Luke Shumaker | |
2013-05-13 | librefetch: careful with stdout, might be called by `makepkg -g` | Luke Shumaker | |
2013-05-02 | librefetch: take advantage of provided libraries | Luke Shumaker | |
2013-04-25 | beta 4 of librefetch | Luke Shumaker | |
2013-04-25 | beta 3 of librefetch | Luke Shumaker | |
2013-04-25 | second iteration of librefetch | Luke Shumaker | |
2013-04-25 | initial implementation of librefetch | Luke Shumaker | |