Commit Graph

11 Commits

Author SHA1 Message Date
Ray Donnelly
22789a603c creduce-git: Update to latest 2016-11-10 12:57:43 +00:00
Ray Donnelly
4e0f1c0378 creduce-git: Update to latest 2016-07-15 16:12:18 +01:00
Ray Donnelly
0b86db0854 creduce + creduce-git: Build fixes
creduce-git has its own topformflat so no longer depends on delta
creduce needed a patch to be backported with I got directly from
git. It seems quite a lot of work has happened recently so the
latest release is quite out of date now.
2016-04-20 13:28:51 +01:00
Yusuke Sasaki
7c803d2668 add pkgbase entry 2016-03-07 00:33:13 +09:00
Ray Donnelly
91484220a1 creduce: Still needs delta dependency
.. for topformflat
2015-07-24 18:22:04 +01:00
Ray Donnelly
3bac0ece72 creduce{,-git}: Some fixes
1. Drop dependency on delta, internal clang_delta now used.
2. Add dependency of clang since clang-format is used at runtime.
3. Only sed #!${MINGW_PREFIX} -> #!/usr, not the other one(s).
2015-07-23 13:38:48 +01:00
Alexey Pavlov
55bdfa6924 creduce-git: Package come back. 2015-07-22 11:44:16 +03:00
Alexey Pavlov
4293803a24 === Rebuild with GCC-5.x. Part XIV === 2015-07-20 00:49:34 +03:00
Ray Donnelly
3aceca51eb creduce-git: Made into a mingw-w64 package only
Though it does use msys2 perl ..
2015-03-10 22:21:54 +00:00
Ray Donnelly
e02d06cfcf creduce-git: Add astyle and indent depends 2015-03-07 17:28:36 +00:00
Ray Donnelly
d7e338759d creduce: Added (WIP)
This is a weird package. The same PKGBUILD is
used to make both the mingw-w64 C++ program and
also the MSYS2 perl packages. There are two
perl packages for each mingw-w64 package because
they hardcode /mingw{32,64} into them. This
could be changed via an env. var set by creduce
which is itself a perl script that lives in
the /mingw{32,64}/bin folder.

Apparently, differences in makepkg*.conf makes
this scheme not work, so we need to either fix
that or split it into two PKGBUILDs.

The problem with that is that this will never
build as an MSYS2 PKGBUILD as we don't have
clang there, so the build will fail and we'll
not be able to install any of the perl modules.
2015-01-21 00:11:37 +00:00