Commit Graph

239 Commits

Author SHA1 Message Date
Jose Narvaez
bd0d732adc The cookbook scripts assume they have GNU utilities
available this causes problems in macOS which has an
BSD userland. With these changes we will use the GNU
`find` and `stat` installed by the now modified boostrap
script on https://github.com/redox-os/redox/pull/995.

Details

- Using `find` from Homebrew/MacPorts `findutils` package on macOS.
- Using `stat` from Homebrew/MacPorts `coreutils` package on macOS.
2017-07-13 22:03:04 +01:00
Jeremy Soller
387c662281 Merge pull request #46 from ids1024/gawk
Recipe for gawk
2017-07-12 07:07:02 -06:00
Ian Douglas Scott
90abdadb7b
Recipe for gawk 2017-07-11 21:34:00 -07:00
Jeremy Soller
55eaf12d3a Merge pull request #45 from ids1024/py
Remove some changes to python that are unneeded now
2017-07-10 18:51:17 -06:00
Ian Douglas Scott
9899e787eb
Remove some changes to python that are unneeded now 2017-07-10 17:11:58 -07:00
Jeremy Soller
63eb98cf60 Merge pull request #44 from xTibor/rustual-boy
Add rustual-boy recipe
2017-07-09 16:15:07 -06:00
Jeremy Soller
074c16ff89 Merge pull request #43 from ids1024/repo
Fix repo.sh call for build depends
2017-07-09 16:11:42 -06:00
Tibor Nagy
ff577e7dc3 Add rustual-boy recipe 2017-07-09 20:53:33 +02:00
Ian Douglas Scott
b0e362c353
Fix repo.sh call for build depends 2017-07-09 09:27:56 -07:00
Ian Douglas Scott
7ebac4fd31
Revert "Attempt to work around jenkins issue"
This reverts commit 1a67b4b2ff.
2017-07-09 09:27:24 -07:00
Jeremy Soller
1a67b4b2ff Attempt to work around jenkins issue 2017-07-09 08:41:06 -06:00
Jeremy Soller
1c6bf048d2 Merge pull request #42 from 7h0ma5/master
Recipe for nasm
2017-07-09 08:11:22 -06:00
Thomas Gatzweiler
b6269c428f Recipe for nasm 2017-07-09 15:48:18 +02:00
Jeremy Soller
9e9ed9b7b4 Update pkgutils 2017-07-08 17:19:15 -06:00
Jeremy Soller
fa1c516fbe Merge pull request #41 from ids1024/git
git: use symlink instead of hard link
2017-07-08 06:57:18 -06:00
Ian Douglas Scott
e55a6fcde7
git: use symlink instead of hard link 2017-07-07 21:39:02 -07:00
Jeremy Soller
5d9b2543b1 Merge branch 'master' of https://github.com/redox-os/cookbook 2017-07-07 17:53:55 -06:00
Jeremy Soller
f4de550187 Update pkgutils 2017-07-07 17:53:38 -06:00
Jeremy Soller
30db9d6675 Merge pull request #40 from ids1024/git
[WIP] Git recipe
2017-07-07 16:33:17 -06:00
Ian Douglas Scott
505b4a5ac4
git: patch simplification 2017-07-07 15:09:10 -07:00
Ian Douglas Scott
f70775dee9
Simpify patch 2017-07-07 13:39:17 -07:00
Ian Douglas Scott
1dd0e46721
git: Avoid patching Makefile 2017-07-07 13:28:39 -07:00
Ian Douglas Scott
f666977dc5
Use curl in git 2017-07-07 12:55:07 -07:00
Ian Douglas Scott
4955cacafd
git: Do not patch configure script 2017-07-07 10:39:32 -07:00
Ian Douglas Scott
ccfd1885ee
Add zlib recipe; use in git recipe 2017-07-07 10:19:23 -07:00
Ian Douglas Scott
27bbfb298b
Merge branch 'master' into git 2017-07-07 09:40:28 -07:00
Jeremy Soller
5f5092271b Merge pull request #36 from ids1024/symlink
Use symlinks
2017-07-06 18:56:38 -06:00
Ian Douglas Scott
da02a9b474
Merge remote-tracking branch 'origin/master' into symlink 2017-07-06 17:39:38 -07:00
Jeremy Soller
b8da5d50ef Merge pull request #39 from ids1024/builddeps
System for compile-time dependencies; use for openssl
2017-07-06 18:36:12 -06:00
Ian Douglas Scott
f0bb6ec31d
Add sysroot to .gitignore 2017-07-06 14:28:06 -07:00
Ian Douglas Scott
b7db0cafb8
Update pkgutils 2017-07-06 14:25:19 -07:00
Ian Douglas Scott
a15946a324
System for compile-time dependencies; use for openssl 2017-07-06 14:24:19 -07:00
Ian Douglas Scott
b90d029b7e
Corrections to git recipe 2017-07-05 19:48:30 -07:00
Ian Douglas Scott
f51d3cb8a0
Use symlinks in git 2017-07-05 19:47:57 -07:00
Ian Douglas Scott
22934777cd
Initial git recipe; has issues 2017-07-05 12:15:49 -07:00
Jeremy Soller
d594e1ceda Merge pull request #37 from ids1024/python2
Initial python recipe
2017-07-04 14:55:34 -06:00
Ian Douglas Scott
a4bd933d21
Initial python recipe 2017-07-04 13:47:50 -07:00
Ian Douglas Scott
e098418b0e
Use symlinks instead of scripts 2017-07-01 12:10:22 -07:00
Ian Douglas Scott
c3aa12549e
Update pkgutils submodule 2017-07-01 12:10:05 -07:00
Jeremy Soller
a74b421189 Merge pull request #35 from ids1024/target
Pass --target to pkg
2017-06-29 18:14:46 -06:00
Jeremy Soller
04b112dca0 Update pkgutils 2017-06-29 18:13:52 -06:00
Ian Douglas Scott
b2f8cc0f17
Pass --target to pkg 2017-06-29 16:09:07 -07:00
Jeremy Soller
7d4bdb0f29 Revert "Add test to sysroot"
This reverts commit 8fd5e328c2.
2017-06-25 20:17:02 -06:00
Jeremy Soller
c76d4105b4 Merge branch 'master' of https://github.com/redox-os/cookbook 2017-06-25 20:04:48 -06:00
Jeremy Soller
8fd5e328c2 Add test to sysroot 2017-06-25 20:04:44 -06:00
Jeremy Soller
addf99cab1 Merge pull request #34 from ids1024/ca-certificates2
Correct ca-certificates recipe
2017-06-23 21:48:17 -06:00
Jeremy Soller
86c0a1a374 Merge pull request #33 from ids1024/cargo
Correct prefix for openssl in cargo build
2017-06-23 21:47:43 -06:00
Ian Douglas Scott
7ed36c0d3e
Correct ca-certificates recipe 2017-06-23 20:46:35 -07:00
Ian Douglas Scott
76fc2f5b4f
Correct prefix for openssl in cargo build 2017-06-23 19:09:55 -07:00
Jeremy Soller
4e5179df44 Merge pull request #32 from ids1024/curl
Recipe for curl
2017-06-23 19:31:15 -06:00