Anton Shestakov <av6@dwimlabs.net>, Fri, 16 Sep 2016 15:50:45 +0800
spec: exit codes are not very useful, check them last
Error and output channels usually have readable messages explaining what went
wrong, they need to be checked first.
rockspecs/hglib-scm-0.rockspec
Permissions: -rw-r--r--
url = 'hg+https://bitbucket.org/av6/lua-hglib',
summary = 'Mercurial command server client library.',
A pure-Lua library for interacting with Mercurial's command server.
homepage = 'https://bitbucket.org/av6/lua-hglib',
-- lpc seems to be 5.1-only (contrary to what its rockspec says), at least
-- until https://github.com/LuaDist/lpc/pull/1 is merged, for example.
-- Since hglib is depending on it, it's also 5.1-only at the moment.
copy_directories = { 'examples', 'spec' }