summaryrefslogtreecommitdiff
path: root/src/pkgbuild-check-licenses
AgeCommit message (Collapse)Author
2013-10-26Merge pkgbuild-check-{nonfree,licenses}, add a summarize tool for it.Luke Shumaker
This should fix a number of bugs in those two scripts, and the summarize script simplifies aur and libremakepkg:hooks-check.sh
2013-09-12Merge branch 'fauno~2' (early part) into masterLuke Shumaker
2013-09-11internationalize pkgbuild-check-*Luke Shumaker
2013-07-26pkgbuild-check-*: load conf.sh (it is used)Luke Shumaker
2013-06-27add {load,unset}_PKGBUILD to conf.sh, use it.Luke Shumaker
There are a bunch of caveats to loading a PKGBUILD file. This way it is all done correctly in one place. unset_PKGBUILD unsets any functions and variables that are normally set in a PKGBUILD. The list is far more complete than any existing implementation. load_PKGBUILD loads the file given, or "./PKGBUILD" if none is given. But first it calls unset_PKGBUILD and then sets CARCH.
2013-06-08pkgbuild-check-licenses: fixLuke Shumaker
2013-06-05pkgbuild-check-licenses: touch upLuke Shumaker
2013-06-05Double 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-05pull code from `aur` into new prog `pkgbuild-check-licenses`, enhanceLuke Shumaker