Commit Graph

547 Commits

Author SHA1 Message Date
Jeremy Soller
bf85cd1c30 Update docgen, run on source rather than build directory 2017-10-14 08:50:03 -06:00
Jeremy Soller
47127d627a Run docgen when installing a package 2017-10-14 07:59:35 -06:00
Jeremy Soller
5d1d2c58c1 Add difftool subcommands 2017-10-11 20:53:16 -06:00
Jeremy Soller
d029991234 Use color and --stat for status command 2017-10-11 20:34:11 -06:00
Jeremy Soller
1ff2f8f458 Add diff subcommands 2017-10-11 20:31:35 -06:00
Jeremy Soller
569bc08564 Add upstream status script 2017-10-11 20:24:40 -06:00
Jeremy Soller
348dd4a8fe Update status script 2017-10-11 20:19:43 -06:00
Jeremy Soller
1f7128c43f Add upstream link if necessary 2017-10-11 19:57:27 -06:00
Jeremy Soller
211d5c2bdb Add rs-nes 2017-10-10 21:43:24 -06:00
Jeremy Soller
1c3121d8f9 Update rustual-boy fork 2017-10-10 21:31:54 -06:00
Jeremy Soller
c708430031 Add upstream URLs 2017-10-04 21:09:16 -06:00
Jeremy Soller
e42398de27 Merge branch 'master' of https://github.com/redox-os/cookbook 2017-10-04 20:58:06 -06:00
Jeremy Soller
fa11383b38 Add recipes for 2048, cleye, and rust64 2017-10-04 20:57:54 -06:00
Jeremy Soller
c022d9f3e4 Merge pull request #83 from AgostonSzepessy/dependencies
Add dependency info to packages
2017-09-22 06:55:38 -06:00
Agoston Szepessy
a9d71c3d05 Add dependency info to packages
A variable called DEPENDS in recipes contains the runtime dependency
information for packages. These get added to the package during tarring.
2017-09-21 23:54:05 -04:00
Jeremy Soller
d1c72f4de2 Add slashes after source and build to support symlinks 2017-09-16 12:05:01 -06:00
Jeremy Soller
b991094bbd Fix tabulation, allow recipe override of DEBUG 2017-09-14 21:03:55 -06:00
Jeremy Soller
92fc1056ce Merge pull request #82 from xTibor/ffmpeg
ffmpeg: Switch to a working release branch, fix hardcoded arch
2017-09-09 21:43:48 -06:00
Tibor Nagy
3f373ee7a6 ffmpeg: Switch to a working release branch, fix hardcoded arch 2017-09-10 05:03:54 +02:00
Jeremy Soller
cc5f7523bf Use -unknown for gcc and g++ 2017-09-05 20:23:50 -06:00
Jeremy Soller
18ff523ce7 Merge pull request #81 from xTibor/ffmpeg
ffmpeg: Remove unnecessary disable flags
2017-09-01 06:21:10 -06:00
Tibor Nagy
05f1f97dab ffmpeg: Remove unnecessary disable flags 2017-09-01 03:21:47 +02:00
Jeremy Soller
5afa853804 Merge pull request #80 from xTibor/ffmpeg
Add ffmpeg recipe
2017-08-28 14:38:37 -06:00
Tibor Nagy
6392c2f5d3 Add ffmpeg recipe 2017-08-28 22:11:15 +02:00
Jeremy Soller
0fb76a8ef2 Pull forked pastel 2017-08-19 14:55:58 -06:00
Jeremy Soller
6812d47f4c Merge pull request #79 from ids1024/perl-fork
A couple fixes for perl, and initial recipes for automake and autoconf
2017-08-17 21:38:37 -06:00
Ian Douglas Scott
67031d3708
Add recipes for automake and autoconf; compiles but not properly working 2017-08-17 19:57:56 -07:00
Ian Douglas Scott
a7e540a5e3
perl: build POSIX 2017-08-17 19:36:34 -07:00
Ian Douglas Scott
926a20832a
perl: Forking fixes 2017-08-17 17:03:22 -07:00
Jeremy Soller
8ba6a1dded Merge pull request #78 from ids1024/perl
Recipe for perl
2017-08-17 16:22:04 -06:00
Ian Douglas Scott
a539a7413e
Recipe for perl 2017-08-17 15:19:28 -07:00
Jeremy Soller
a4c110eddd Merge pull request #77 from redox-os/curl-autoreconf-i
Add -i to autoreconf for Curl
2017-08-17 15:33:04 -06:00
Jeremy Soller
36b2a671c8 Update recipe.sh 2017-08-17 15:32:18 -06:00
Jeremy Soller
d01cce92ac Merge pull request #76 from ids1024/python-bump
Bump python version
2017-08-17 13:19:49 -06:00
Jeremy Soller
837f416cd1 Merge pull request #74 from ids1024/curl-tar
Use release tarball for curl, with a couple patches
2017-08-17 13:18:57 -06:00
Ian Douglas Scott
846fb86f74
Bump python version 2017-08-17 12:10:30 -07:00
Ian Douglas Scott
810be8f815
Use release tarball for curl, with a couple patches 2017-08-17 11:19:31 -07:00
Jeremy Soller
158cdfff6f Merge pull request #73 from ids1024/debug-mode
Add --debug argument to cook.sh to build in debug mode, unstripped
2017-08-17 10:20:46 -06:00
Jeremy Soller
d12d150d21 Merge pull request #58 from ids1024/backtrace
Enable 'backtrace' feature in libstd, to allow backtraces
2017-08-17 10:20:09 -06:00
Ian Douglas Scott
f18c0f69bc
Add --debug argument to cook.sh to build in debug mode, unstripped 2017-08-17 09:07:12 -07:00
Jeremy Soller
5f961f888b Merge pull request #72 from ids1024/git-patch
Simplify git patch a bit
2017-08-15 15:34:18 -06:00
Ian Douglas Scott
064869a1f1
git: Simplify patch a bit; some functions have been added 2017-08-15 13:38:11 -07:00
Ian Douglas Scott
f0f21aa8fe
git: do not patch /dev/null to null:
Newlib now has a workaround for this, and it was resulting in a lot of
changes.
2017-08-15 13:19:35 -07:00
Jeremy Soller
01b6d5de78 Merge pull request #71 from Nickforall/ncurses-patch
Fix ncurses failing to compile.
2017-08-15 11:43:59 -06:00
Nick Vernij
6d3e9cc1ef Fixed ncurses failing to compile.
Added a cpp flag that is required for certain versions of gcc.
2017-08-15 18:08:54 +02:00
Jeremy Soller
0ff24ae298 Merge pull request #69 from ids1024/uutils
Add symlinks to uutils package
2017-08-14 12:40:46 -06:00
Ian Douglas Scott
d306f65586
Add symlinks to uutils package 2017-08-14 11:21:57 -07:00
Jeremy Soller
d0490b1ea0 Merge pull request #68 from 7h0ma5/readline
Add recipe for readline
2017-08-14 09:59:17 -06:00
Jeremy Soller
936e204f17 Merge pull request #67 from 7h0ma5/master
Add recipe for ncurses
2017-08-14 09:58:45 -06:00
Thomas Gatzweiler
b6b80960e2 Add recipe for readline 2017-08-14 17:19:30 +02:00